Un-bugger missing styles
wtf?
This commit is contained in:
parent
5540e6cbcb
commit
e1eecfdd45
2
404.html
2
404.html
@ -9,6 +9,6 @@
|
||||
<title>404</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>404: Couldn't find the page you were looking for.</h1>
|
||||
<h1>Error 404: We couldn't find the page you were looking for.</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,10 +1,13 @@
|
||||
@import 'default.css';
|
||||
|
||||
html,
|
||||
body
|
||||
{
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
line-height: 100vh;
|
||||
|
||||
width: 100vw;
|
||||
margin: 0;
|
||||
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
width: calc(100% - 30px);
|
||||
}
|
||||
|
||||
@ -26,13 +26,9 @@ a
|
||||
{
|
||||
font-weight: 600;
|
||||
|
||||
padding-right: 2px;
|
||||
padding-left: 2px;
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
input,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user