diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,10 +1,15 @@ body { font-family: "Lucida Console", "Courier New", monospace; - background-color: #282828; - color: #fbf1c7; + background-color: #fbf1c7; + color: #282828; font-size: 18px; } +.dark-mode { + background-color: #282828; + color: #fbf1c7; +} + h1 { font-size: 38px; color: #fe8019; |