aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css5
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 {