1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

Add a "return home" link to 404 errors

This commit is contained in:
Toby Zerner
2017-11-29 13:23:25 +10:30
parent b7c1cc5cef
commit ea2fc1ff8a
4 changed files with 18 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
cursor: pointer;
color: {{ $primaryColor }};
text-decoration: none;
font-weight: bold;
}
a:hover {
text-decoration: underline;