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.

---
 inc/admin/Integrations.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/inc/admin/Integrations.php b/inc/admin/Integrations.php
index fea51c0..15abaf2 100644
--- a/inc/admin/Integrations.php
+++ b/inc/admin/Integrations.php
@@ -403,10 +403,10 @@
 
 
 				--scrollbar-width: 8px;
-				--scrollbar-track-color: var(--base-100);
-				--scrollbar-thumb-color: var(--action-0);
-				--scrollbar-thumb-hover-color: var(--action-50);
-				--scrollbar-thumb-border: 2px solid var(--base-50);
+				--scrollbar-track-color: rgb(var(--base-100));
+				--scrollbar-thumb-color: rgb(var(--action-0));
+				--scrollbar-thumb-hover-color: rgb(var(--action-50));
+				--scrollbar-thumb-border: 2px solid rgb(var(--base-50));
 				--scrollbar-border-radius: 4px;
 			}
 			.item-grid.integrations {

--
Gitblit v1.10.0