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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user