summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/styles.css b/styles.css
index 7770f8b..3b15996 100644
--- a/styles.css
+++ b/styles.css
@@ -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;