Update app.css
This commit is contained in:
parent
7335ca2a5b
commit
f500d63126
|
|
@ -160,7 +160,9 @@ background: linear-gradient(#f07575 10%, #e13b3b 49%, #d22 50%, #de2323 100%);
|
||||||
color: rgb(255, 255, 255);
|
color: rgb(255, 255, 255);
|
||||||
text-size-adjust: auto;
|
text-size-adjust: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: linear-gradient(#2f2f2f 10%, #000000 100%); ;
|
/*Fallback for IE 11*/
|
||||||
|
background: black;
|
||||||
|
background: linear-gradient(#2f2f2f 10%, #000000 100%);
|
||||||
}
|
}
|
||||||
.invisible, #invisible {
|
.invisible, #invisible {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue