From 49fe3f1715fee02f08bd07da4e0b25c3b32deaa1 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sat, 27 Dec 2025 17:09:44 -0500 Subject: [PATCH] More tweaks --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 5ca9b53..149de28 100644 --- a/templates/base.html +++ b/templates/base.html @@ -124,7 +124,7 @@ font-size: 3rem; font-weight: bold; letter-spacing: 0.75rem; - background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end)); + background: linear-gradient(135deg, #a5b4fc, #c4b5fd, #f0abfc); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;