html & sass compression configuration, hide unstyled site until css loads with visibility

This commit is contained in:
Xevion
2020-12-11 16:27:11 -06:00
parent 480ee566ab
commit 516f3714ad
4 changed files with 26 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
::selection {
::selection {
background: black;
color: white;
}
@@ -230,3 +230,7 @@ nav a {
.post_image_full {
width: 100%;
}
html, body {
visibility: visible !important;
}