We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980f7ac commit e13919bCopy full SHA for e13919b
404.md
@@ -4,4 +4,4 @@ title: "Page not found"
4
permalink: /404.html
5
hide: true
6
---
7
-Sorry, the requested page wasn't found on the server.
+Sorry, the requested page wasn't found on the server. Please [start over]({{ site.baseurl }}/).
_sass/base/_utility.scss
@@ -13,7 +13,7 @@
13
}
14
%link-hover {
15
text-decoration: underline;
16
- color: darken($link-color, 15%);
+ color: darken($link-color, 7%);
17
18
// Buttons
19
.button {
0 commit comments