this repo has no description

Mild shenanigans

ari.express 36d286fb db7424e4

verified
Changed files
+3 -2
themes
default
+3 -2
themes/default/theme.css
··· 2 2 3 3 :root { 4 4 /* Modern color palette */ 5 - --link-color: #4f46e5; 5 + --primary-h: 243; 6 + --link-color: hsl(var(--primary-h), 73%, 59%); 6 7 --link-hover-color: #4338ca; 7 8 --time-color: #8b5cf6; 8 9 --background-color: #f8fafc; ··· 342 343 font-size: 1.8em; 343 344 margin-bottom: 16px; 344 345 font-weight: 700; 345 - background: linear-gradient(to right, #3b82f6, #8b5cf6); 346 + background: linear-gradient(to right, var(--link-color), #8b5cf6); 346 347 -webkit-background-clip: text; 347 348 -webkit-text-fill-color: transparent; 348 349 background-clip: text;