From d25ccb070d76eb496e88d16776aea9e27de6e341 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:50:19 +0000
Subject: [PATCH] =Switching to Northeh

---
 all.css |   26 ++++++++++++++++++++++++--
 1 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/all.css b/all.css
index cb19e07..4160de9 100644
--- a/all.css
+++ b/all.css
@@ -623,6 +623,7 @@
     line-height: 1.4;
     position: relative;
     max-width: 100vw;
+    overflow-x: clip;
 }
 body,
 body * {
@@ -768,6 +769,9 @@
     position: relative;
     z-index: var(--z-7);
 }
+    footer:empty {
+        display: none;
+    }
     footer p {
         margin: 0 auto;
     }
@@ -3341,11 +3345,26 @@
     width: 100%;
 }
 
-.callout a {
+.callout.callout button,
+.callout.callout .buttons a,
+.callout.callout a {
     background-color: rgb(var(--action-contrast));
+    color: rgb(var(--action-0));
+    border: 1px solid transparent;
     padding: 0 .125rem;
     border-radius: 4px;
+    box-shadow: var(--shdw-none);
 }
+    .callout.callout button:hover,
+    .callout.callout button:focus,
+    .callout.callout .buttons a:hover,
+    .callout.callout .buttons a:focus,
+    .callout.callout a:hover,
+    .callout.callout a:focus {
+        border-color: rgb(var(--action-contrast))!important;
+        color: rgb(var(--action-contrast));
+        background-color: transparent;
+    }
 /********************************************************
 WP BLOCKS
 ********************************************************/
@@ -3607,13 +3626,16 @@
     margin:0!important;
 }
     .loop.scroll li {
-        min-width: 40vw;
+        /*min-width: 40vw;*/
         padding: 0;
     }
     a:has(img) {
         display:block;
         padding: .25rem;
     }
+    .loop.scroll img {
+        max-height: 50vh;
+    }
 
 
 .no-results p,

--
Gitblit v1.10.0