diff options
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/dark.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stylesheets/dark.css b/stylesheets/dark.css index 654d2e0..0263d46 100644 --- a/stylesheets/dark.css +++ b/stylesheets/dark.css @@ -3,6 +3,10 @@ body { color: white; } +main { + color: white; +} + footer.social a.lang { border-color: white; } |
