diff options
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; |
