repl-color -> repl_color

This commit is contained in:
2022-10-16 00:07:02 +02:00
parent 37b723d3fb
commit a7998e48af
11 changed files with 38 additions and 38 deletions

View File

@@ -14,5 +14,5 @@
}
.container::-webkit-scrollbar-thumb {
background: var(--repl-color);
background: var(--repl_color);
}