refactor(header): replace static image icon with SVG and update gradient text style

- Replaced hardcoded image icon in `GlassHeader` with inline SVG for better scalability and customization.
- Updated `.gradient-text` to use `--ui-title-gradient` variable for improved design consistency.
This commit is contained in:
zguiyang
2026-03-14 12:45:32 +08:00
parent 043cdc6734
commit e677c03e26
2 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
/* Modern Design Elements */
.gradient-text {
background: linear-gradient(to right, #8B5CF6, #EC4899);
background: var(--ui-title-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;