From 5a6906f710e9333507486df3cbb545a67a040881 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 24 May 2026 02:26:17 +0000
Subject: [PATCH] =Minor changes to email.php, which had info for Legacy and edmonton.ink hardcoded in it. Added a colours.php and JVB_COLOURS constant to define our base, contrast, action, and secondary colours for use within php templates
---
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