diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-04-07 20:08:09 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-04-07 20:10:29 +0200 |
| commit | eea899462d042d52b4827a314ce690d1651a79fa (patch) | |
| tree | 11bb9ab2c300ad7159e276f0b8c55d56baf86329 /pages/style.css | |
| parent | 63bcac7e00d5dfe857ec57f0eb999dad5b3964b6 (diff) | |
Event hotlinking
Diffstat (limited to 'pages/style.css')
| -rw-r--r-- | pages/style.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pages/style.css b/pages/style.css index 611af1f..6838e8d 100644 --- a/pages/style.css +++ b/pages/style.css @@ -4,6 +4,7 @@ body { --header-bg-color: #ddd; --footer-text-color: #333; --footer-bg-color: #eee; + --highlight-bg-color: #dadaf8; --meta-color: #777; --join-color: #66c; --leave-color: #b66; @@ -17,8 +18,9 @@ body { --font-color: #ddd; --header-bg-color: #282828; --bg-color: #1d1d1d; - --footer-bg-color: #333; --footer-text-color: #eee; + --footer-bg-color: #333; + --highlight-bg-color: #236; --meta-color: #888; --join-color: #7777c7; --leave-color: #b05757; @@ -119,6 +121,10 @@ table#events { margin-bottom: 20px; } +table#events tr.highlight { + background-color: var(--highlight-bg-color); +} + table#events td { padding: 2px; vertical-align: top; |
