diff options
author | metamuffin <metamuffin@disroot.org> | 2024-05-03 22:57:30 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-05-03 22:57:30 +0200 |
commit | 8448c9c87a91f9f0b35f45b9cc1ae437b79ecb0d (patch) | |
tree | 3e5fa7c0c8fc43e664980d3ca128ad6cb3d20ce1 /src/style.css | |
parent | 2171eb57378eb33db70a1e54f953590fa13ade4a (diff) | |
download | statuspage-8448c9c87a91f9f0b35f45b9cc1ae437b79ecb0d.tar statuspage-8448c9c87a91f9f0b35f45b9cc1ae437b79ecb0d.tar.bz2 statuspage-8448c9c87a91f9f0b35f45b9cc1ae437b79ecb0d.tar.zst |
pacman and success output
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index 1cd0375..9c2cb52 100644 --- a/src/style.css +++ b/src/style.css @@ -44,7 +44,7 @@ div.service a { div.checks { display: grid; width: 100%; - grid-template-columns: 30% 10% 60%; + grid-template-columns: 30% 10% 50% 10%; } div.checks span { text-overflow: ellipsis; @@ -52,7 +52,8 @@ div.checks span { text-wrap: nowrap; } -span.details.ok { +span.details.ok, +span.time { color: rgb(173, 173, 173); } span.status { |