m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-12 23:23:48 -05:00

fix: specify color scheme in the web UI

Fixes a bug when displaying dark mode in Chrome
This commit is contained in:
Sergio
2025-03-25 15:40:21 +02:00
parent 2f9efe22d4
commit ffefe1db38

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="color-scheme" content="light dark">
{% if theme == 'neutral' %}
<meta
name="theme-color"