Unverified Commit f0a521f5 authored by Dubzer's avatar Dubzer Committed by GitHub

feat: improve theming (#3032)

Add color-scheme and dark scrollbar styles
parent 59314cdf
......@@ -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;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment