From 49470348afb49ceab9fece12eac5f73e20815d00 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 4 May 2024 17:33:10 +0200 Subject: mention date and software in footer --- src/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'src/style.css') 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 { -- cgit v1.2.3-70-g09d2