summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-07-26 20:25:56 +0200
committerTom Smeding <tom@tomsmeding.com>2026-07-26 20:25:56 +0200
commit839fd82f9fada8d6a981917c12430427c15edce5 (patch)
tree01944d427ad38db287a4dc65d129d565310a3782
parentcdafbaa3c4a429140a24368ad0edb7b9e8de8e6e (diff)
More correct NOTICE styling in CSS
-rw-r--r--pages/style.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/style.css b/pages/style.css
index 0d577ee..8391cab 100644
--- a/pages/style.css
+++ b/pages/style.css
@@ -8,6 +8,7 @@ body {
--meta-color: #777;
--join-color: #66c;
--leave-color: #b66;
+ --notice-color: #555;
--nickwrap-color: #999;
--link-color: #33f;
--calendar-month-stripe-color: #c6c6da;
@@ -24,6 +25,7 @@ body {
--meta-color: #888;
--join-color: #7777c7;
--leave-color: #b05757;
+ --notice-color: #bbb;
--nickwrap-color: var(--meta-color);
--link-color: #abf;
--calendar-month-stripe-color: #446;
@@ -153,7 +155,7 @@ table#events tr.ev-meta > td:nth-child(n + 2) { color: var(--meta-color); }
table#events tr.ev-join > td:nth-child(n + 2) { color: var(--join-color); }
table#events tr.ev-leave > td:nth-child(n + 2) { color: var(--leave-color); }
table#events tr.ev-act > td:nth-child(n + 2) { font-style: italic; }
-table#events tr.ev-notice > td:nth-child(n + 2) { font-weight: bold; }
+table#events tr.ev-notice > td:nth-child(n + 3) { color: var(--notice-color); }
table#events tr.ev-parseerror > td:nth-child(n + 2) { color: red; }
/* calendar page */