diff options
author | Your Name <you@example.com> | 2025-04-24 01:04:50 -0600 |
---|---|---|
committer | Your Name <you@example.com> | 2025-04-24 01:04:50 -0600 |
commit | 2c431b776d21570fe541f9cc2525650e0f4c20e2 (patch) | |
tree | 2ca3ebab18a2305d9a91616421db3031e89d91bd /styles.css | |
parent | babc1817dd437f2d026eba5c62784438da30e5db (diff) |
lakdjfs
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; } |