summaryrefslogtreecommitdiff
path: root/pages/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'pages/style.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 */