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/timeline/style.scss | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/timeline/style.scss b/src/timeline/style.scss
index ea20261..0810a91 100644
--- a/src/timeline/style.scss
+++ b/src/timeline/style.scss
@@ -11,7 +11,7 @@
img {
width: 100%;
height: auto;
- border: 2px solid var(--action-0);
+ border: 2px solid rgb(var(--action-0));
}
h3 {
font-size: var(--txt-x-small);
@@ -37,7 +37,7 @@
--gap: 2rem;
padding: 0;
margin:0;
- background-color: var(--base);
+ background-color: rgb(var(--base));
max-width: 100vw;
position: relative;
overflow: hidden;
@@ -61,7 +61,7 @@
position: absolute;
left: -2.5rem;
top: .25rem;
- background-color: var(--action-100);
+ background-color: rgb(var(--action-100));
}
}
@@ -74,7 +74,7 @@
left: 45%;
height: 100%;
width: var(--lineWidth);
- background-color: var(--action-0);
+ background-color: rgb(var(--action-0));
//box-shadow: var(--action-shadow);
}
&::before {
--
Gitblit v1.10.0