style: 修改侧边栏标题色适配主题

This commit is contained in:
bietiaop
2025-02-09 12:21:34 +08:00
parent 788462cdfa
commit a54ecbcaa0

View File

@@ -1,6 +1,6 @@
@layer base { @layer base {
.shiny-text { .shiny-text {
@apply text-pink-400 text-opacity-60; @apply text-primary-400 text-opacity-60;
background-size: 200% 100%; background-size: 200% 100%;
-webkit-background-clip: text; -webkit-background-clip: text;
background-clip: text; background-clip: text;
@@ -10,7 +10,7 @@
background-image: linear-gradient( background-image: linear-gradient(
120deg, 120deg,
rgba(255, 50, 50, 0) 40%, rgba(255, 50, 50, 0) 40%,
rgba(255, 76, 76, 0.8) 50%, hsl(var(--heroui-primary-400) / 0.8) 50%,
rgba(255, 50, 50, 0) 60% rgba(255, 50, 50, 0) 60%
); );
} }
@@ -18,11 +18,10 @@
background-image: linear-gradient( background-image: linear-gradient(
120deg, 120deg,
rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 40%,
rgba(206, 21, 21, 0.8) 50%, hsl(var(--heroui-primary-600) / 0.8) 50%,
rgba(255, 255, 255, 0) 60% rgba(255, 255, 255, 0) 60%
); );
} }
@keyframes shine { @keyframes shine {
0% { 0% {
background-position: 100%; background-position: 100%;