Un-bugger missing styles

wtf?
This commit is contained in:
Thomas Wade 2018-10-30 11:00:37 +10:30
parent 5540e6cbcb
commit e1eecfdd45
3 changed files with 12 additions and 13 deletions

View File

@ -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>

View File

@ -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);
}

View File

@ -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,