From cd382aeadbe7f92609d13a74ed7b8b8167da8755 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 8 Aug 2025 23:07:32 -0600 Subject: Working on switch to dark theme --- org/css/shitty-theme.css | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'org/css/shitty-theme.css') diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css index 19da409..e2aeff2 100644 --- a/org/css/shitty-theme.css +++ b/org/css/shitty-theme.css @@ -1,5 +1,5 @@ body { - background-color: #dcd1ba; + background-color: black; } .shittyweb-header { @@ -9,18 +9,32 @@ body { #content { width: 65%; margin: auto; - background-color: #bebebe; - border: 1px solid black; + color: #00ff00; + background-color: #060a0f; + border: 1px solid gray; word-wrap : break-word; overflow-wrap: break-word; } +a:link { + color: red; +} + +a:visited { + color: pink; +} + +b { + color: white; +} + .outline-2 { - border: 1px dotted black; + border: 1px dotted gray; } .org-src-container { - background-color: white; + color: black; + background-color: darkgray; } #postamble { -- cgit v1.2.3