fix text color on unsupported files

This commit is contained in:
Sean Yesmunt 2019-11-23 13:18:01 -05:00
parent 9d0a7ce20e
commit af50406fed
2 changed files with 1 additions and 1 deletions

View file

@ -95,7 +95,6 @@
background-repeat: no-repeat;
background-size: 100%;
margin: auto;
background-color: black; //white;
&:-webkit-full-screen {
width: 100%;

View file

@ -192,6 +192,7 @@ a {
.help--warning {
background-color: var(--color-warning);
color: var(--color-black);
}
.empty {