Mild shenanigans

This commit is contained in:
Ariadna 2025-05-29 03:43:07 -04:00
parent db7424e473
commit 36d286fba8
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY

View file

@ -2,7 +2,8 @@
:root { :root {
/* Modern color palette */ /* Modern color palette */
--link-color: #4f46e5; --primary-h: 243;
--link-color: hsl(var(--primary-h), 73%, 59%);
--link-hover-color: #4338ca; --link-hover-color: #4338ca;
--time-color: #8b5cf6; --time-color: #8b5cf6;
--background-color: #f8fafc; --background-color: #f8fafc;
@ -342,7 +343,7 @@ h1 {
font-size: 1.8em; font-size: 1.8em;
margin-bottom: 16px; margin-bottom: 16px;
font-weight: 700; font-weight: 700;
background: linear-gradient(to right, #3b82f6, #8b5cf6); background: linear-gradient(to right, var(--link-color), #8b5cf6);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
background-clip: text; background-clip: text;