Remove/replace missing css vars
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
e5cacc0fe3
commit
b4e6bffe1d
5 changed files with 2 additions and 3 deletions
|
@ -83,7 +83,6 @@
|
|||
width: 44px;
|
||||
height: 44px;
|
||||
z-index: 149;
|
||||
background-color: var(--color-main-background-darker);
|
||||
cursor: pointer;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
|
|
@ -803,7 +803,7 @@ code {
|
|||
overflow-x: hidden;
|
||||
}
|
||||
.emptycontent {
|
||||
color: var(--color-text-details);
|
||||
color: var(--color-text-maxcontrast);
|
||||
text-align: center;
|
||||
margin-top: 80px;
|
||||
width: 100%;
|
||||
|
|
BIN
core/js/dist/main.js
vendored
BIN
core/js/dist/main.js
vendored
Binary file not shown.
BIN
core/js/dist/main.js.map
vendored
BIN
core/js/dist/main.js.map
vendored
Binary file not shown.
|
@ -186,7 +186,7 @@
|
|||
|
||||
&.ui-state-focus, &.ui-state-active {
|
||||
box-shadow: inset 4px 0 var(--color-primary);
|
||||
color: var(--color-text);
|
||||
color: var(--color-main-text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue