Correct color on scrollbar

This commit is contained in:
Daniel Kluge 2022-06-20 22:45:56 +02:00
parent 761b43efc2
commit 6d1d791163

View File

@ -10,9 +10,9 @@
}
.container::-webkit-scrollbar-track {
background:rgb(0, 0, 0);
background:rgb(0, 0, 0);
}
.container::-webkit-scrollbar-thumb {
background:rgb(24, 138, 24);
background: var(--repl-color);
}