Fix tailwind dark selector

This commit is contained in:
Gregory Schier
2023-03-03 07:54:19 -08:00
parent c30caf11fe
commit 534d45bccf
5 changed files with 17 additions and 13 deletions

View File

@@ -18,8 +18,11 @@
html, body, #root {
width: 100%;
height: 100%;
background-color: hsl(var(--color-background));
overflow: hidden;
/* Default colors */
background-color: hsl(var(--color-background));
color: hsl(var(--color-gray-900));
}
* {