From fff0907354fedf0e4f504772c75dd2157c623237 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 31 May 2021 16:45:46 +0200 Subject: [PATCH] Make buffer title bold --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 3b8e312..fcdafc1 100644 --- a/style.css +++ b/style.css @@ -644,5 +644,6 @@ kbd { #buffer-header .title { display: block; + font-weight: bold; } }