From 3aada9949d51024a92a8b5c6cb70d12f9c3cac16 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 21 Dec 2025 19:59:48 +0000
Subject: [PATCH] =auth refactored via rest, referral system set up for Jane, some javascript consolidation
---
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