use milder scrollbar color

This commit is contained in:
Henry Jameson 2026-06-01 19:46:53 +03:00
commit 63bbe79b2d

View file

@ -50,7 +50,7 @@ body {
// have a cursor/pointer to operate them // have a cursor/pointer to operate them
@media (any-pointer: fine) { @media (any-pointer: fine) {
* { * {
scrollbar-color: var(--text) transparent; scrollbar-color: var(--icon) transparent;
&::-webkit-scrollbar { &::-webkit-scrollbar {
background: transparent; background: transparent;
@ -130,7 +130,7 @@ body {
} }
// Body should have background to scrollbar otherwise it will use white (body color?) // Body should have background to scrollbar otherwise it will use white (body color?)
html { html {
scrollbar-color: var(--text) var(--wallpaper); scrollbar-color: var(--icon) var(--wallpaper);
background: var(--wallpaper); background: var(--wallpaper);
} }
} }