diff options
Diffstat (limited to 'org/css/front-page.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; } |