summaryrefslogtreecommitdiff
path: root/src/components/templates/Authors.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/templates/Authors.astro')
-rw-r--r--src/components/templates/Authors.astro2
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] {