summaryrefslogtreecommitdiff
path: root/src/content/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/style.css')
-rw-r--r--src/content/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/content/style.css b/src/content/style.css
index 57abebb..86cf662 100644
--- a/src/content/style.css
+++ b/src/content/style.css
@@ -13,12 +13,12 @@
--font-size-big-5: 52px;
--fg: black;
--bg: white;
- --prebg: #ddd;
+ --prebg: #eee;
--navlink: #333;
--navlink-visited: #222;
--separator: darkslategray;
- color: var(--fg);
+ color: var(--fg);
background-color: var(--bg);
}
@@ -26,7 +26,7 @@
:root {
--fg: white;
--bg: black;
- --prebg: #222;
+ --prebg: #111;
--navlink: #aaa;
--navlink-visited: #bbb;
--separator: ghostwhite;