summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgamerdonkey2024-04-25 22:42:50 -0500
committergamerdonkey2024-04-25 22:42:50 -0500
commitd504d97eb91f2a297cf8f15d6ccd4e9841c866e8 (patch)
treeaad76127895c2340f83af28836a2e3917aa959de
parenta1329c6a982fb22376921d6c34572d2a74c7f87e (diff)
downloadgamerdonkey.com-blog-d504d97eb91f2a297cf8f15d6ccd4e9841c866e8.tar.gz
gamerdonkey.com-blog-d504d97eb91f2a297cf8f15d6ccd4e9841c866e8.tar.bz2
gamerdonkey.com-blog-d504d97eb91f2a297cf8f15d6ccd4e9841c866e8.zip
Updating the theme for 2024. It's mostly the same lol
-rw-r--r--themes/gamerdonkey-theme/static/css/style.css10
1 files 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 {