diff --git a/404.html b/404.html index 64e71a4..d027226 100644 --- a/404.html +++ b/404.html @@ -9,6 +9,6 @@ 404 -

404: Couldn't find the page you were looking for.

+

Error 404: We couldn't find the page you were looking for.

diff --git a/styles/404.css b/styles/404.css index 09294f1..f56965d 100644 --- a/styles/404.css +++ b/styles/404.css @@ -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); } diff --git a/styles/default.css b/styles/default.css index 3acf503..28e0646 100644 --- a/styles/default.css +++ b/styles/default.css @@ -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,