aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/root.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-10-13 00:14:56 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-10-13 00:14:56 +0200
commit2da9964e49e64c02767342d2de675b776e8e6cda (patch)
tree71bdae38ccf86afb01a673c9a9f3c90421b5b64c /src/frontend/app/root.css
parent497a2893465bf0cd84cf6d3cc9023daba336f253 (diff)
Use openfreemapinstead of self-hosting, improve stop display, improve dark mode
Diffstat (limited to 'src/frontend/app/root.css')
-rw-r--r--src/frontend/app/root.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css
index b77f44d..202e6f1 100644
--- a/src/frontend/app/root.css
+++ b/src/frontend/app/root.css
@@ -10,6 +10,7 @@
--star-color: #ffcc00;
--message-background-color: #f8f9fa;
+ color-scheme: light;
font-family: "Roboto Variable", Roboto, Arial, sans-serif;
}
@@ -24,6 +25,8 @@
--button-disabled-background-color: #555555;
--star-color: #ffcc00;
--message-background-color: #333333;
+
+ color-scheme: dark;
}
body {