From 22e1bb3fcc3b3db1c0f5c2e6a4aecaf408c307a5 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 04 Jan 2026 18:29:46 +0000
Subject: [PATCH] Merge branch 'main' of https://github.com/jakevdwerf/jvb

---
 src/video/style.scss |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/video/style.scss b/src/video/style.scss
index 43841af..9782fdb 100644
--- a/src/video/style.scss
+++ b/src/video/style.scss
@@ -78,18 +78,18 @@
 				.media-text {
 					--align: flex-start;
 					gap: 3rem;
-					max-width: var(--maxWidth);
+					max-width: var(--content);
 				}
 			}
 			.media-text > div {
 				width: fit-content;
 			}
 		.buttons a {
-			font-weight: 500;
+			font-weight: var(--fw-h-bold);
 			color: var(--action-contrast);
 			border-color: var(--action-contrast);
 			&:visited {
-				color: var(--action-0);
+				color: var(--action-contrast);
 				&:hover {
 					color: var(--action-contrast);
 				}
@@ -101,10 +101,13 @@
 		}
 
 		.outline a {
-			background-color: rgba(var(--base-rgb), var(--overlay-light));
+			background-color: rgba(var(--base-rgb), rgba(var(--base-rgb),var(--op-3)));
 		}
 		.buttons {
 			margin: 3rem 0;
+			li {
+				background-color: rgba(var(--action-rgb), var(--op-4));
+			}
 		}
 		/* Button styles */
 		.wp-block-button__link {

--
Gitblit v1.10.0