Remove/replace missing css vars

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-02-27 16:24:05 +01:00
parent e5cacc0fe3
commit b4e6bffe1d
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF
5 changed files with 2 additions and 3 deletions

View file

@ -83,7 +83,6 @@
width: 44px;
height: 44px;
z-index: 149;
background-color: var(--color-main-background-darker);
cursor: pointer;
opacity: 0.6;
}

View file

@ -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

Binary file not shown.

Binary file not shown.

View file

@ -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);
}
}
}