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>
|
<title>404</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -1,10 +1,13 @@
|
|||||||
|
@import 'default.css';
|
||||||
|
|
||||||
|
html,
|
||||||
|
body
|
||||||
|
{
|
||||||
|
color: #fff;
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
line-height: 100vh;
|
width: calc(100% - 30px);
|
||||||
|
|
||||||
width: 100vw;
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
text-align: center;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -26,13 +26,9 @@ a
|
|||||||
{
|
{
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
padding-right: 2px;
|
|
||||||
padding-left: 2px;
|
|
||||||
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
color: #fff;
|
color: #000;
|
||||||
background-color: #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input,
|
input,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user