From: Damyan Ivanov Date: Sun, 6 Mar 2022 20:34:39 +0000 (+0000) Subject: only the list name is bold, not the whole header X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=236cfd6f94eba726539fbc0f4001ff8c8c8d56b3;hp=b26d0c621ee92c57f5d55d76002387b7578b2c2b;p=lsl.git only the list name is bold, not the whole header --- 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;