From d504d97eb91f2a297cf8f15d6ccd4e9841c866e8 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Thu, 25 Apr 2024 22:42:50 -0500 Subject: Updating the theme for 2024. It's mostly the same lol --- themes/gamerdonkey-theme/static/css/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/themes/gamerdonkey-theme/static/css/style.css b/themes/gamerdonkey-theme/static/css/style.css index 5e13228..c9425c1 100644 --- a/themes/gamerdonkey-theme/static/css/style.css +++ b/themes/gamerdonkey-theme/static/css/style.css @@ -2,9 +2,11 @@ body { background: #090909; color: ghostwhite; margin: 1em auto; - max-width: 50em; - padding: 0em 1em 1em 1em; - font-family: Futura, "Trebuchet MS", Arial, sans-serif; + max-width: 720px; + padding: 0em 1em; + font-family: monospace; + font-size: 10pt; + text-align: justify; } a { @@ -54,7 +56,7 @@ nav#categories ul li:first-child::after { main { border: 2px double ghostwhite; - padding: 0em 1em 1em 1em; + padding: 2em; } img { -- cgit v1.2.3