diff options
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css index 4d6abc2..0ebbed6 100644 --- a/src/style.css +++ b/src/style.css @@ -23,6 +23,13 @@ h1 { color: black; text-align: center; } +footer { + text-align: center; + margin-bottom: 5em; +} +a { + font-weight: bold; +} h2 { margin: 0.5em; @@ -43,9 +50,7 @@ div.service.ok { div.service.error { border-top: 12px solid rgb(255, 80, 80); } - div.service a { - font-weight: bold; color: black; float: inline-end; } @@ -62,7 +67,9 @@ div.checks span { } span.details.ok, -span.time { +span.time, +footer, +footer a { color: rgb(173, 173, 173); } span.status { |