fix text color on unsupported files
This commit is contained in:
parent
9d0a7ce20e
commit
af50406fed
2 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,6 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
background-color: black; //white;
|
|
||||||
|
|
||||||
&:-webkit-full-screen {
|
&:-webkit-full-screen {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -192,6 +192,7 @@ a {
|
||||||
|
|
||||||
.help--warning {
|
.help--warning {
|
||||||
background-color: var(--color-warning);
|
background-color: var(--color-warning);
|
||||||
|
color: var(--color-black);
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
|
|
Loading…
Reference in a new issue