Correct color on scrollbar
This commit is contained in:
@ -14,5 +14,5 @@ background:rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.container::-webkit-scrollbar-thumb {
|
||||
background:rgb(24, 138, 24);
|
||||
background: var(--repl-color);
|
||||
}
|
Reference in New Issue
Block a user