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-size: 100%;
|
||||
margin: auto;
|
||||
background-color: black; //white;
|
||||
|
||||
&:-webkit-full-screen {
|
||||
width: 100%;
|
||||
|
|
|
@ -192,6 +192,7 @@ a {
|
|||
|
||||
.help--warning {
|
||||
background-color: var(--color-warning);
|
||||
color: var(--color-black);
|
||||
}
|
||||
|
||||
.empty {
|
||||
|
|
Loading…
Reference in a new issue