From de699440ff94e9c0d8e8b5201ee93179c085bf60 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 01 Jan 2026 20:51:26 +0000
Subject: [PATCH] =Timeline fields in feedroutes.php

---
 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