aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/app.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/app.css b/src/app.css
index b7e2363..6551c3b 100644
--- a/src/app.css
+++ b/src/app.css
@@ -2,20 +2,23 @@
2 box-sizing: border-box; 2 box-sizing: border-box;
3} 3}
4 4
5
5:root { 6:root {
6 --bg-color: #fcfdfe; 7 --bg-color: #fcfdfe;
7 --text-color: #000c18; 8 --text-color: #000c18;
8 --accent-color: #22aa44;
9 --accent-hover: #9966b8; 9 --accent-hover: #9966b8;
10 --accent-color: #388E3C;
10} 11}
11 12
12@media (prefers-color-scheme: dark) { 13@media (prefers-color-scheme: dark) {
13 :root { 14 :root {
14 --bg-color: #100c08; 15 --bg-color: #100c08;
15 --text-color: #b7b8b9; 16 --text-color: #b7b8b9;
17 --accent-color: #66BB6A;
16 } 18 }
17} 19}
18 20
21
19body { 22body {
20 margin: 0; 23 margin: 0;
21 font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 24 font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,