feat: improve theming (#3032)

Add color-scheme and dark scrollbar styles
pull/3037/head
Dubzer 1 year ago committed by GitHub
parent 59314cdf80
commit f0a521f5b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,3 +5,10 @@ body {
#root {
@apply relative w-full min-h-full;
}
html.dark {
color-scheme: dark;
scrollbar-color: hsla(0, 0%, 100%, .4) hsla(0, 0%, 100%, .029);
}
html.light {
color-scheme: light;
}
Loading…
Cancel
Save