feat: set golden color for ultra

This commit is contained in:
Henry Li
2026-02-09 00:30:20 +08:00
parent eb9af00d1d
commit d9b60778a9
3 changed files with 27 additions and 7 deletions

View File

@@ -374,6 +374,14 @@
.ambilight:after {
filter: blur(60px);
}
.golden-text {
background: linear-gradient(135deg, #d19e1d 0%, #e9c665 50%, #e3a812 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}
}
:root {