mirror of
https://github.com/Xevion/v2.xevion.dev.git
synced 2025-12-10 08:09:07 -06:00
html & sass compression configuration, hide unstyled site until css loads with visibility
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user