From 1eace91823d241d595571e7a960c69a8d1be26ce Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Fri, 10 Jan 2025 07:21:48 +0000 Subject: [PATCH] Change font back to Courier, monospace --- stylesheets/bunker_like.css | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index aec8b891..674b5538 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -9,34 +9,21 @@ body { font-size: 15px; } -.theme-catalog .replies { - font-family: serif; -} - -div.post div.body { - font-family: serif; -} - span.heading { font-size: 15px; } -.theme-catalog .replies .meta, -.theme-catalog .replies .intro, -div.post div.body a, -div.post div.body .toolong { - font-family: Courier, monospace; -} - /* LINKS */ a, a:link, a:visited, .intro a.email span.name { color: #FFB300; text-decoration: none; } + a:link:hover, a:visited:hover { color: #FFB300; text-shadow: 0px 0px 5px #117743; } + div.pages a.selected { color: #FFB300; } @@ -44,13 +31,14 @@ div.pages a.selected { /* INTRO */ h1, div.title, header div.subtitle { color: #FFB300; - font-family: Courier, monospace; } + h1 { font-size: 18pt; font-weight: bold; letter-spacing: 0px; } + header div.subtitle { font-size: 10pt; }