Try to prevent flashing between page loads before disabling HTML minification
This commit is contained in:
parent
cbe0e35926
commit
e685109325
|
@ -1,4 +1,7 @@
|
||||||
/* Body */
|
/* Body */
|
||||||
|
html {
|
||||||
|
background-color: #10151a;
|
||||||
|
}
|
||||||
a,
|
a,
|
||||||
a:link {
|
a:link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
Loading…
Reference in New Issue