diff --git a/src/appstatus.html b/src/appstatus.html index a9ffd20fa..b5ac96b94 100644 --- a/src/appstatus.html +++ b/src/appstatus.html @@ -22,6 +22,9 @@ height: 100%; width: 100%; text-align: center; + font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; + font-size: 13px; + line-height: 1.846; } .content { @@ -37,23 +40,31 @@ bottom: 0; width: 100%; color: #555; - font-size: 14px; + font-size: 12px; + text-align: center; padding: 5px; z-index: 1000; position: fixed; + opacity: .5; + transition: all .25s; } - footer a { - color: #62bdfc; - padding: 10px; + footer:hover { + opacity: 1; + } + + a { + color: #2196f3; text-decoration: none; + background-color: transparent; } - h1, h2, p { - margin: 10px; + a:hover { + color: #0a6ebd; + text-decoration: underline; } - + @@ -65,9 +76,8 @@

This app is currently not responding. Try refreshing the page.

-