From 0bd87f51fde0547fc09bd8acb9121d24fc75d35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20M=C3=B6llers?= Date: Sun, 7 Sep 2025 09:05:34 +0200 Subject: [PATCH] Improve use of CSS font-weight --- bibtexbrowser.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bibtexbrowser.css b/bibtexbrowser.css index be6ebd7..ac0dbc1 100644 --- a/bibtexbrowser.css +++ b/bibtexbrowser.css @@ -11,14 +11,14 @@ body { } .sheader { font-size: 1.5rem; - font-weight: 600; + font-weight: 700; padding-top: 1.5em; padding-bottom: .5em; } .theader { display: block; font-size: 1.25rem; - font-weight: 600; + font-weight: 700; padding-top: .5em; padding-bottom: .5em; } @@ -29,6 +29,9 @@ td.bibitem { padding-left: 1.5rem; display: block; } +.bibtitle { + font-weight: 700; +} a { color: #C01632; text-decoration: underline;