diff options
author | nathan <nathansmith@disroot.org> | 2025-08-07 12:15:02 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-07 12:15:02 -0600 |
commit | 967f23305f0f37377b7cefcf25a9d8774ade51de (patch) | |
tree | ef12b54f1f3b8720b548ad7975a0726172c6162d /org/css | |
parent | 1c23b200bd1784e8aaa861754ae214b5f3440b73 (diff) |
Woopiesss
Diffstat (limited to 'org/css')
-rw-r--r-- | org/css/front-page.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/org/css/front-page.css b/org/css/front-page.css index 96beb33..188d593 100644 --- a/org/css/front-page.css +++ b/org/css/front-page.css @@ -1,5 +1,5 @@ body { - background-color: #dcd1ba; + background-color: black; } .shittyweb-header { @@ -49,7 +49,8 @@ table { #postamble { width: 25%; - background-color: #bebebe; + color: #00ff00; + background-color: #060a0f; text-align: center; margin: auto; } |