mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 17:09:09 +01:00
Fix tailwind dark selector
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user