diff --git a/src/setup.html b/src/setup.html
index 4f759d5b6..e2890bf1e 100644
--- a/src/setup.html
+++ b/src/setup.html
@@ -37,7 +37,7 @@
-
+ Cloudron is offline. Reconnecting...
diff --git a/src/theme.scss b/src/theme.scss
index 8b1163937..5a08f2fcf 100644
--- a/src/theme.scss
+++ b/src/theme.scss
@@ -148,6 +148,11 @@ html, body {
padding: 2px;
text-align: center;
color: white;
+
+ &:hover, &:focus {
+ color: white;
+ text-decoration: none;
+ }
}
.layout-root {