From 3a40505f01a1281ca5a86408f0dc4e2a3ef2cf20 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 30 May 2026 00:08:25 -0700 Subject: chrome: darken neighbors mood text for legibility Co-Authored-By: Claude Sonnet 4.6 --- aero.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aero.css b/aero.css index 28322a1..6d8ff9c 100644 --- a/aero.css +++ b/aero.css @@ -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); } -- cgit v1.3-2-g0d8e