From 266aa37c48222993bf7bdad6834e31bd08736f5e Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 23 May 2026 21:22:07 +0000
Subject: [PATCH] =Post type archive meta title fix
---
src/glossary/style.scss | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/glossary/style.scss b/src/glossary/style.scss
index a367991..241e6ef 100644
--- a/src/glossary/style.scss
+++ b/src/glossary/style.scss
@@ -36,14 +36,14 @@
--justify: center;
padding: .25rem .5rem;
hyphens: auto;
- background-color: rgba(var(--base-rgb),var(--op-45));
+ background-color: rgba(var(--base),var(--op-45));
word-wrap: anywhere;
white-space: wrap;
}
a:hover,
a:focus,
a.active {
- background-color: rgba(var(--action-rgb), var(--op-6));
+ background-color: rgba(var(--action-0), var(--op-6));
color: var(--action-contrast);
}
}
@@ -64,7 +64,7 @@
outline: none;
left: -1.5rem;
padding: 0;
- color: var(--action-0);
+ color: rgb(var(--action-0));
}
.glossary dt:target + dd,
.glossary dt.active + dd {
--
Gitblit v1.10.0