Make offline banner a link to the troubleshooting page

This commit is contained in:
Johannes Zellner
2019-09-06 00:14:05 +02:00
parent 6b29f57e1d
commit 739e308c0e
5 changed files with 9 additions and 4 deletions
+5
View File
@@ -148,6 +148,11 @@ html, body {
padding: 2px;
text-align: center;
color: white;
&:hover, &:focus {
color: white;
text-decoration: none;
}
}
.layout-root {