diff --git a/README.md b/README.md index 57534863..45f43430 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gatus +![Gatus](static/logo-with-name.png) ![build](https://github.com/TwinProduction/gatus/workflows/build/badge.svg?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/TwinProduction/gatus)](https://goreportcard.com/report/github.com/TwinProduction/gatus) diff --git a/static/index.html b/static/index.html index 5fd0c2fe..00ed3aa6 100644 --- a/static/index.html +++ b/static/index.html @@ -31,11 +31,18 @@ } .status { cursor: pointer; - transition: opacity 500ms ease-in-out; + transition: all 500ms ease-in-out; + overflow-x: hidden; + padding: .25em 0; + color: white; + } + .title { + font-size: 2.5rem; } .status:hover { opacity: 0.7; transition: opacity 100ms ease-in-out; + color: black; } .status-over-time { overflow: auto; @@ -48,6 +55,9 @@ opacity: 0.5; margin-top: 5px; } + .status-min-max-ms { + overflow-x: hidden; + } #tooltip { position: fixed; top: 0; @@ -76,9 +86,16 @@
-