From 266aa37c48222993bf7bdad6834e31bd08736f5e Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 23 May 2026 21:22:07 +0000
Subject: [PATCH] =Post type archive meta title fix
---
src/video/style.scss | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/video/style.scss b/src/video/style.scss
index d16e7d9..aa4cd61 100644
--- a/src/video/style.scss
+++ b/src/video/style.scss
@@ -6,14 +6,14 @@
overflow: hidden;
display: flex;
.wrap {
- background-color: var(--contrast-200);
+ background-color: rgb(var(--contrast-200));
//&::before {
// position: absolute;
// top: 0;
// bottom: 0;
// left: 0;
// right: 0;
- // background-color: var(--base);
+ // background-color: rgb(var(--base));
// mix-blend-mode: lighten;
// content: '';
// z-index: 1;
@@ -30,7 +30,7 @@
min-height: 100%;
z-index: 0;
display: flex;
- background-color: var(--action-50);
+ background-color: rgb(var(--action-50));
&.fade {
animation: fadeIn 1s ease-in;
@@ -95,18 +95,18 @@
}
}
&:hover {
- background-color: var(--action-0);
+ background-color: rgb(var(--action-0));
color: var(--action-contrast);
}
}
.outline a {
- background-color: rgba(var(--base-rgb), rgba(var(--base-rgb),var(--op-3)));
+ background-color: rgba(var(--base), rgba(var(--base),var(--op-3)));
}
.buttons {
margin: 3rem 0;
li {
- background-color: rgba(var(--action-rgb), var(--op-4));
+ background-color: rgba(var(--action-0), var(--op-4));
}
}
/* Button styles */
--
Gitblit v1.10.0