diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-30 00:08:25 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-30 00:08:25 -0700 |
| commit | 3a40505f01a1281ca5a86408f0dc4e2a3ef2cf20 (patch) | |
| tree | 04f9c158cbac613da63a3bf6a10e113ae3431099 | |
| parent | 2b9db208ef2c1f4e3185d2174f5beebceeb94972 (diff) | |
chrome: darken neighbors mood text for legibility
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | aero.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1646,7 +1646,7 @@ body[data-theme="chrome"] .webring .wr-btn:hover { body[data-theme="chrome"] .bud-row { border-bottom-color: oklch(50% 0.03 250 / 0.4); } body[data-theme="chrome"] .bud-name { color: oklch(12% 0.02 250); font-family: "Audiowide", "Space Grotesk", sans-serif; font-weight: 400; } body[data-theme="chrome"] .bud-host { color: oklch(60% 0.10 280); } -body[data-theme="chrome"] .bud-mood { color: oklch(70% 0.10 290); } +body[data-theme="chrome"] .bud-mood { color: oklch(42% 0.14 290); } body[data-theme="chrome"] .bud-foot { border-top-color: oklch(50% 0.03 250 / 0.4); color: oklch(60% 0.08 280); } body[data-theme="chrome"] .bud-row:hover { background: oklch(35% 0.05 270 / 0.4); } |
