From 200fb9dac2ff578eb627e49e4c58c497f933ba54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=91=D0=BE=D0=B1?= =?UTF-8?q?=D1=8B=D1=80=D0=B5=D0=B2?= Date: Fri, 15 May 2026 06:13:06 +0300 Subject: [PATCH] feat: styled yellow donate strip matching amnezia_web, add project name Co-authored-by: Cursor --- static/styles.css | 22 ++++++++++++++-------- templates/index.html | 11 ++++++----- templates/setup.html | 11 ++++++----- 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/static/styles.css b/static/styles.css index ffba3d6..a2e8c80 100644 --- a/static/styles.css +++ b/static/styles.css @@ -288,9 +288,9 @@ a { position: sticky; top: 0; z-index: 100; - border-bottom: 1px solid rgba(125, 211, 252, 0.22); - background: rgba(7, 11, 16, 0.94); - backdrop-filter: blur(8px); + border-bottom: 1px solid rgba(180, 83, 9, 0.35); + background: linear-gradient(90deg, rgba(254, 243, 199, 0.97), rgba(255, 237, 213, 0.99)); + backdrop-filter: blur(6px); } .proj-support-inner { @@ -301,20 +301,26 @@ a { align-items: center; justify-content: center; gap: 0.35rem 0.65rem; - padding: 0.4rem clamp(1rem, 3vw, 1.25rem); - font-size: 0.82rem; - color: var(--muted); + padding: 0.45rem clamp(1rem, 3vw, 1.5rem); + font-size: 0.84rem; + color: #78350f; } .proj-support-inner a { - color: var(--accent); + color: #9a3412; font-weight: 650; white-space: nowrap; + text-decoration: none; +} + +.proj-support-inner a:hover { + text-decoration: underline; } .proj-support-lead { margin-right: 0.25rem; - opacity: 0.95; + font-weight: 600; + opacity: 0.85; } .proj-support-dot { diff --git a/templates/index.html b/templates/index.html index a9b7cef..19ef995 100644 --- a/templates/index.html +++ b/templates/index.html @@ -11,16 +11,17 @@ -