From ab1f4e3ca7e9de99b6e048a50d737a46a053cbe2 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 25 Aug 2024 15:08:34 -0400 Subject: [PATCH] Make headings bolder and brighter for better readability --- stylesheets/bunker_like.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index 5cda6302..1bd12ebf 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -24,12 +24,12 @@ div.pages a.selected { /* INTRO */ h1, div.title, header div.subtitle { - color: #663E11; + color: #FFB300; font-family: Courier, monospace; } h1 { font-size: 24pt; - font-weight: normal; + font-weight: bold; letter-spacing: 0px; } header div.subtitle {