diff options
author | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-08-05 19:20:33 +0100 |
---|---|---|
committer | João Augusto Costa Branco Marado Torres <torres.dev@disroot.org> | 2025-08-05 19:20:33 +0100 |
commit | 17e543a3e86872462599f6a6a46def732ee2c7ee (patch) | |
tree | 8e4093875cd1199ca15f812ca49e210f7f014caf /src/components/templates | |
parent | 4e0ab554c01eba4b5a1ee0b24ce7264a1ab8792d (diff) |
feat: alternative background color
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/components/templates')
-rw-r--r-- | src/components/templates/Authors.astro | 2 |
1 files changed, 1 insertions, 1 deletions
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] { |