From e83c69c6c2ccd9cdc9d2e03da732a5d09e1c01e5 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Mon, 13 Apr 2026 14:51:47 -0400 Subject: [PATCH] feat: heraldic seal logo (crown & ellipse table) Co-Authored-By: Claude Opus 4.6 --- fabledscryer/templates/base.html | 38 +++++++------------------------- 1 file changed, 8 insertions(+), 30 deletions(-) diff --git a/fabledscryer/templates/base.html b/fabledscryer/templates/base.html index 500c461..ae9c0d4 100644 --- a/fabledscryer/templates/base.html +++ b/fabledscryer/templates/base.html @@ -67,10 +67,7 @@ nav .brand { display: flex; align-items: center; gap: 0.45rem; - background: linear-gradient(110deg, #c8b4f8 0%, var(--gold) 100%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; + color: var(--gold); text-decoration: none; } nav .brand svg { flex-shrink: 0; } @@ -186,32 +183,13 @@ textarea { resize: vertical; } {% if session.user_id is defined %}