New: Explicity declare dark mode to use dark versions of native elements such as tooltips and date pickers
This commit is contained in:
parent
5991aae9a1
commit
e24e0ea1e2
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
color-scheme: dark;
|
||||||
--elegantFinFooterText: "ElegantFin Nightly";
|
--elegantFinFooterText: "ElegantFin Nightly";
|
||||||
--darkerGradientPoint: #111827;
|
--darkerGradientPoint: #111827;
|
||||||
--darkerGradientPointAlpha: rgba(17, 24, 39, 0.85);
|
--darkerGradientPointAlpha: rgba(17, 24, 39, 0.85);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue