Correct color on scrollbar
This commit is contained in:
parent
761b43efc2
commit
6d1d791163
@ -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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user