From 17e543a3e86872462599f6a6a46def732ee2c7ee Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Tue, 5 Aug 2025 19:20:33 +0100 Subject: feat: alternative background color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/components/templates/Authors.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/templates/Authors.astro') diff --git a/src/components/templates/Authors.astro b/src/components/templates/Authors.astro index 61ca026..9482bcd 100644 --- a/src/components/templates/Authors.astro +++ b/src/components/templates/Authors.astro @@ -346,7 +346,7 @@ if (!expectedFingerprints.isSubsetOf(verifiedFingerprints)) { } tbody tr:nth-child(odd) { - background-color: oklch(from var(--color-light) l c h / calc(alpha * 0.25)); + background-color: var(--color-light-bg); } section[popover] { -- cgit v1.2.3