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/faq/style.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/faq/style.scss b/src/faq/style.scss
index 13564fa..797bbcd 100644
--- a/src/faq/style.scss
+++ b/src/faq/style.scss
@@ -1,7 +1,7 @@
 nav#faq {
 	height: max-content;
 	display: block;
-	background-color: var(--base-100);
+	background-color: rgb(var(--base-100));
 	border-radius: var(--radius-outer);
 	padding: 1.5rem;
 	touch-action: auto;
@@ -47,11 +47,11 @@
 		text-transform: none;
 	}
 	:target {
-		background-color: var(--base);
+		background-color: rgb(var(--base));
 		outline: none;
 
 		h2 {
-			background-color: var(--base);
+			background-color: rgb(var(--base));
 			padding: 1rem 1.5rem;
 			border-radius: var(--radius-outer);
 		}

--
Gitblit v1.10.0