diff --git a/style.php b/style.php index 8644ec5..0f59d2b 100644 --- a/style.php +++ b/style.php @@ -83,13 +83,12 @@ } */ ::-webkit-scrollbar-thumb { - background: var(--correct); - border: 0.25em solid var(--testText); + background: var(--backgroundDark); border-radius: 100vw; } ::-webkit-scrollbar-thumb:hover { - background: var(--incorrect); + background: var(--row); } .tooltip { position: relative;