style: apply premium blue-to-purple gradient to brand text logo
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-21 20:44:14 +02:00
parent 0a044bbb92
commit c79f856e31
3 changed files with 11 additions and 2 deletions

View File

@@ -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;