From 48ec3c4670ce7ce82ec915176302c9c8c0976f6e Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 19 Nov 2024 23:14:05 -0600 Subject: add bold class and tweak highlight.css --- static/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/stylesheets/style.css') diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css index a4a8093..27b9ae7 100644 --- a/static/stylesheets/style.css +++ b/static/stylesheets/style.css @@ -75,6 +75,10 @@ h1, h2, h3, h4, h5, h6 { font-family: monospace; } +.bold { + font-weight: bold; +} + a { color: lightgreen; } -- cgit v1.2.3