From a8be2a3fc3122cc561da76a7ab1cc8e65e33e052 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sun, 1 Dec 2024 12:42:21 +0000 Subject: [PATCH] Up the font sizes for bunker_like a little bit --- stylesheets/bunker_like.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index 578cad15..638d9a10 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -6,7 +6,7 @@ body { background: #1D1F21; color: #ACACAC; font-family: Courier, monospace; - font-size: 13px; + font-size: 15px; } .theme-catalog .replies { @@ -17,6 +17,10 @@ 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, @@ -90,7 +94,7 @@ input[type="submit"] { color: #ACACAC; font-family: Courier, monospace; font-weight: bold; - padding: 0 2px; + font-size: 16px; } input[type="submit"]:hover { @@ -192,7 +196,7 @@ hr { background: #282A2E; border: 1px solid #117743; border-radius: 2px; - font-size: 10pt; + font-size: 11pt; } /* OPTIONS */ @@ -257,7 +261,7 @@ table thead th { } .theme-catalog .thread .meta { - font-size: 10pt; + font-size: 13px; } .theme-catalog .thread.grid-size-small .replies {