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 */
|
||||
html {
|
||||
background-color: #10151a;
|
||||
}
|
||||
a,
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in New Issue