diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-04-07 19:00:31 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-04-07 19:00:31 +0200 |
| commit | 63bcac7e00d5dfe857ec57f0eb999dad5b3964b6 (patch) | |
| tree | 382e354ab424cfe94ff2d843ead55714105563c7 /pages | |
| parent | add210d1da163cb2b6f34169efde8be4db67e341 (diff) | |
Slightly lighter meta-color in dark theme
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/style.css b/pages/style.css index e7f0b43..611af1f 100644 --- a/pages/style.css +++ b/pages/style.css @@ -19,7 +19,7 @@ body { --bg-color: #1d1d1d; --footer-bg-color: #333; --footer-text-color: #eee; - --meta-color: #676767; + --meta-color: #888; --join-color: #7777c7; --leave-color: #b05757; --nickwrap-color: var(--meta-color); |
