Correct color on scrollbar
This commit is contained in:
parent
761b43efc2
commit
6d1d791163
@ -14,5 +14,5 @@ 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