Release 202506130639

This commit is contained in:
pluja
2025-06-13 06:39:29 +00:00
parent 4ca9b9a5c2
commit bf30a6cb2b
5 changed files with 44 additions and 12 deletions

View File

@@ -29,7 +29,15 @@
font-family: cursive;
font-size: 2rem;
font-weight: bold;
background: repeating-linear-gradient(90deg, #14ffe9 0%, #ffc800 16.66666%, #ff00e0 33.33333%, #14ffe9 50.0%) -100%/ 200%;
background: repeating-linear-gradient(
90deg,
#d97706 0%,
#f59e0b 20%,
#f97316 40%,
#ea580c 60%,
#f97316 80%,
#f59e0b 100%
) -100%/ 200%;
-webkit-background-clip: text;
background-clip: text;
color: transparent;