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 4 additions and 5 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%;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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