diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,13 +1,13 @@ body { font-family: "Lucida Console", "Courier New", monospace; - background-color: #fbf1c7; - color: #282828; + background-color: #282828; + color: #fbf1c7; font-size: 18px; } -.dark-mode { - background-color: #282828; - color: #fbf1c7; +.light-mode { + background-color: #fbf1c7; + color: #282828; } h1 { @@ -59,7 +59,9 @@ a:active { div { padding-top: 10px; - padding-right: 35px; + padding-right: 20px; padding-bottom: 10px; - padding-left: 35px; + padding-left: 20px; + border: 08px solid #b8bb26; + margin: 20px; } |