diff options
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 { |
