diff options
author | metamuffin <metamuffin@disroot.org> | 2024-05-03 22:06:37 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-05-03 22:06:37 +0200 |
commit | 5d8d77a98fb84d05d34b57df73e0bc180c3140c2 (patch) | |
tree | 3cb47c2eca0c815f14f4db85f282845796889484 /src/style.css | |
parent | d60bedc20dc0cc54cb697f3a45e5b222de6f1479 (diff) | |
download | statuspage-5d8d77a98fb84d05d34b57df73e0bc180c3140c2.tar statuspage-5d8d77a98fb84d05d34b57df73e0bc180c3140c2.tar.bz2 statuspage-5d8d77a98fb84d05d34b57df73e0bc180c3140c2.tar.zst |
works
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index c207f62..1cd0375 100644 --- a/src/style.css +++ b/src/style.css @@ -16,11 +16,13 @@ h1 { } h2 { - margin-top: 0.5em; + margin: 0.5em; + display: inline-block; color: black; } -div.service { +div.service, +div.log { padding: 1em; margin: 2em; box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15); @@ -33,6 +35,12 @@ div.service.error { border-top: 12px solid rgb(255, 80, 80); } +div.service a { + font-weight: bold; + color: black; + float: inline-end; +} + div.checks { display: grid; width: 100%; |