diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-13 00:14:56 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-13 00:14:56 +0200 |
| commit | 2da9964e49e64c02767342d2de675b776e8e6cda (patch) | |
| tree | 71bdae38ccf86afb01a673c9a9f3c90421b5b64c /src/frontend/app/root.css | |
| parent | 497a2893465bf0cd84cf6d3cc9023daba336f253 (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.css | 3 |
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 { |
