fix: scrollbar-color not working

This commit is contained in:
Devin Haska 2024-07-03 15:32:30 -07:00
parent 80086b7c39
commit 4286ca6980
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -4,8 +4,9 @@
Low-specificity, global styles that apply to the whole
project: https://cube.fyi/css.html
*/
html {
scrollbar-color: var(--color-primary) var(--color-indiglo-800);
scrollbar-color: var(--color-primary) var(--color-surface);
}
body {