From fdb19c5736c92e27aed2eb2ac7fe12c6df360456 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Fri, 20 Feb 2026 13:04:05 +0100 Subject: [PATCH] increase table cell contrast in light mode (muted opacity 0.35 -> 0.5) --- website/src/styles/liveline.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/styles/liveline.css b/website/src/styles/liveline.css index 7d51870..8379fb2 100644 --- a/website/src/styles/liveline.css +++ b/website/src/styles/liveline.css @@ -64,7 +64,7 @@ --ll-text-primary: rgb(17, 17, 17); --ll-text-secondary: rgba(0, 0, 0, 0.4); --ll-text-tertiary: rgba(0, 0, 0, 0.25); - --ll-text-muted: rgba(0, 0, 0, 0.35); + --ll-text-muted: rgba(0, 0, 0, 0.5); --ll-text-hover: rgba(0, 0, 0, 0.7); --ll-bg: #fff; --ll-border: #e3e3e3;