From 0afb2c0046b55c123eafb4ab9ee77efa68d12463 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 06 Jun 2026 17:15:31 +0000
Subject: [PATCH] =Starting the Favourites.js setup, converting previous Northeh stuff to new Registrar, fixing up Square.php integration to match

---
 src/video/style.scss |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/video/style.scss b/src/video/style.scss
index aa4cd61..c28a44f 100644
--- a/src/video/style.scss
+++ b/src/video/style.scss
@@ -51,12 +51,12 @@
 		z-index: 2;
 		width: 100%;
 		padding: 2rem;
-		color: var(--action-contrast);
+		color: rgb(var(--action-contrast));
 
 		/* Better text readability */
 		h1, h2, h3, h4, h5, h6 {
 			word-spacing: 100vw;
-			color: var(--action-contrast);
+			color: rgb(var(--action-contrast));
 			text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
 			margin: 2rem 0 0;
 		}
@@ -65,7 +65,7 @@
 			text-transform: uppercase;
 			letter-spacing: 2px;
 			margin: 0;
-			color: var(--action-contrast);
+			color: rgb(var(--action-contrast));
 			text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
 		}
 
@@ -86,17 +86,17 @@
 			}
 		.buttons a {
 			font-weight: var(--fw-h-bold);
-			color: var(--action-contrast);
-			border-color: var(--action-contrast);
+			color: rgb(var(--action-contrast));
+			border-color: rgb(var(--action-contrast));
 			&:visited {
-				color: var(--action-contrast);
+				color: rgb(var(--action-contrast));
 				&:hover {
-					color: var(--action-contrast);
+					color: rgb(var(--action-contrast));
 				}
 			}
 			&:hover {
 				background-color: rgb(var(--action-0));
-				color: var(--action-contrast);
+				color: rgb(var(--action-contrast));
 			}
 		}
 
@@ -105,6 +105,7 @@
 		}
 		.buttons {
 			margin: 3rem 0;
+			max-width: var(--wide);
 			li {
 				background-color: rgba(var(--action-0), var(--op-4));
 			}

--
Gitblit v1.10.0