diff --git a/public/404.html b/public/404.html index 9a48320a5f..77830da9f7 100644 --- a/public/404.html +++ b/public/404.html @@ -7,20 +7,31 @@ div.dialog { width: 25em; padding: 0 4em; - margin: 4em auto 0 auto; - border: 1px solid #ccc; - border-right-color: #999; - border-bottom-color: #999; + margin: 2em auto 0 auto; + } + a.go_home { + font-size: 100%; + color: black; + line-height: 1.5em; + text-decoration: none; + border-bottom: 1px dotted black; + padding: 0 0.2rem; + } + a.go_home:hover, a.go_home:focus, a.go_home:active{ + background: #8f301d; + color: white; + border-bottom: none; } - h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

+ +

It seems the page you're looking for is in a grump. +

Return home

+