1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09: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 { ::-webkit-scrollbar-corner {
background: var(--button-face); background: var(--surface);
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
@@ -748,7 +748,7 @@ summary:focus {
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background-color: var(--button-face); background-color: var(--surface);
border: 2px solid transparent; border: 2px solid transparent;
border-image: var(--border-raised) 2; border-image: var(--border-raised) 2;
} }