Skip to content

Commit 2ab0ed1

Browse files
committed
Remove FOUC prevention since it won't work when JS or CSS is disabled
1 parent 4627371 commit 2ab0ed1

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

404.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
<meta charset="utf-8">
2222
<meta name="viewport" content="width=device-width, initial-scale=1">
2323

24-
<style>
25-
html {
26-
visibility: hidden;
27-
opacity: 0;
28-
display: none;
29-
}
30-
</style>
31-
3224
<link rel="stylesheet" href="/assets/stylesheets/css/404.css">
3325
<link rel="icon" href="/assets/img/favicons/favicon.ico">
3426
<link rel="icon" type="image/png" sizes="96x96" href="/assets/img/favicons/favicon-96x96.png">

assets/stylesheets/sass/404.sass

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ svg
9696
html
9797
min-height: 100%
9898
cursor: vars.$default-cursor
99-
visibility: visible
100-
opacity: 1
101-
display: block
10299

103100
body, html
104101
margin: 0

0 commit comments

Comments
 (0)