diff options
Diffstat (limited to 'org/css/shitty-theme.css')
-rw-r--r-- | org/css/shitty-theme.css | 24 |
1 files changed, 19 insertions, 5 deletions
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 { |