Set default color for dark theme

This commit is contained in:
lindsaym-fa
2024-12-19 16:34:36 -05:00
parent 49465c9a1d
commit 328d6989d9

View File

@@ -18,4 +18,5 @@
.wa-theme-default-dark,
.wa-theme-default-dark :host {
color-scheme: dark;
color: var(--wa-color-text-normal);
}