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

@@ -5,7 +5,7 @@
display: flex;
flex-direction: row;
flex-wrap: nowrap;
color: var(--repl-color);
color: var(--repl_color);
}
.wrapper {
@@ -32,7 +32,7 @@
background: transparent;
width: 100%;
appearance: none !important;
caret-color: var(--repl-color);
caret-color: var(--repl_color);
outline: none;
}
@@ -64,6 +64,6 @@
}
.completion {
color: var(--repl-color-hint);
color: var(--repl_color-hint);
flex-grow: 1;
}