From 75a097a018a0090f5902758353c578fce4aa2a25 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 23 May 2026 18:43:42 +0000
Subject: [PATCH] =CustomBlocks.php overhaul relatively complete. Also refactored the gallery in gallery.min.js and the jvbRenderGallery.

---
 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