We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4627371 commit 2ab0ed1Copy full SHA for 2ab0ed1
2 files changed
404.html
@@ -21,14 +21,6 @@
21
<meta charset="utf-8">
22
<meta name="viewport" content="width=device-width, initial-scale=1">
23
24
- <style>
25
- html {
26
- visibility: hidden;
27
- opacity: 0;
28
- display: none;
29
- }
30
- </style>
31
-
32
<link rel="stylesheet" href="/assets/stylesheets/css/404.css">
33
<link rel="icon" href="/assets/img/favicons/favicon.ico">
34
<link rel="icon" type="image/png" sizes="96x96" href="/assets/img/favicons/favicon-96x96.png">
assets/stylesheets/sass/404.sass
@@ -96,9 +96,6 @@ svg
96
html
97
min-height: 100%
98
cursor: vars.$default-cursor
99
- visibility: visible
100
- opacity: 1
101
- display: block
102
103
body, html
104
margin: 0
0 commit comments