From c79f856e31185acae2bdd6420f4a60ffc7abb15a Mon Sep 17 00:00:00 2001 From: Kroonk Date: Thu, 21 May 2026 20:44:14 +0200 Subject: [PATCH] style: apply premium blue-to-purple gradient to brand text logo --- admin.html | 2 +- index.html | 2 +- style.css | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/admin.html b/admin.html index 682eb29..83ef64e 100644 --- a/admin.html +++ b/admin.html @@ -6,7 +6,7 @@ MischLabs Admin - +
diff --git a/index.html b/index.html index 2dc915c..a18184d 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - +
diff --git a/style.css b/style.css index 47697e0..82ddd38 100644 --- a/style.css +++ b/style.css @@ -73,6 +73,15 @@ input { min-width: 0; } +.brand h1 { + background: linear-gradient(135deg, #38bdf8 0%, #c084fc 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; + text-fill-color: transparent; + display: inline-block; +} + .brand-mark { width: 72px; height: 72px;