Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander McBrier committed Jan 23, 2024
1 parent 0ea4265 commit 1105d6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions style.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1105d6e

Please sign in to comment.