From 236cfd6f94eba726539fbc0f4001ff8c8c8d56b3 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 6 Mar 2022 20:34:39 +0000 Subject: [PATCH] only the list name is bold, not the whole header --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 6aecb3c..9ed2ed1 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -82,7 +82,7 @@ padding-right: 30px; } #header h1, #header h2 {margin: 0} -#header { font-weight: bold; } +#selected-list-name { font-weight: bold; } #header h2 { color: #888; font-weight: normal; -- 2.39.2