1
0
mirror of https://github.com/jdan/98.css.git synced 2025-09-09 21:50:40 +02:00

Change scrollbar elements color

This commit is contained in:
robert-ryu7
2022-11-16 08:04:36 +00:00
parent b957c65c3a
commit 7429f1114b

View File

@@ -740,7 +740,7 @@ summary:focus {
}
::-webkit-scrollbar-corner {
background: var(--button-face);
background: var(--surface);
}
::-webkit-scrollbar-track {
@@ -748,7 +748,7 @@ summary:focus {
}
::-webkit-scrollbar-thumb {
background-color: var(--button-face);
background-color: var(--surface);
border: 2px solid transparent;
border-image: var(--border-raised) 2;
}