summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-04-24 01:04:50 -0600
committerYour Name <you@example.com>2025-04-24 01:04:50 -0600
commit2c431b776d21570fe541f9cc2525650e0f4c20e2 (patch)
tree2ca3ebab18a2305d9a91616421db3031e89d91bd /styles.css
parentbabc1817dd437f2d026eba5c62784438da30e5db (diff)
lakdjfs
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/styles.css b/styles.css
index 3b15996..60553f0 100644
--- a/styles.css
+++ b/styles.css
@@ -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;
}