Try to prevent flashing between page loads before disabling HTML minification

This commit is contained in:
Ethan Yoo 2024-06-23 11:14:56 -04:00
parent cbe0e35926
commit e685109325
Signed by: ethan
GPG Key ID: 70596474C5D20F85
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
/* Body */
html {
background-color: #10151a;
}
a,
a:link {
text-decoration: none;