fix scrollbar color

This commit is contained in:
liquidex 2024-06-13 20:10:38 +02:00
parent a391ac4136
commit 7720c9df0b

View file

@ -70,13 +70,16 @@ main {
/* Choose more pretty colors than vanilla HTML */
:root {
scrollbar-color: var(--border-2) var(--shaded-background);
scrollbar-width: auto;
scrollbar-gutter: stable;
}
body {
background-color: var(--background-color);
color: var(--text-color);
scrollbar-color: var(--background-color);
scrollbar-width: auto;
scrollbar-gutter: stable;
}
body::selection {