style(ext): make over

This commit is contained in:
Simon
2026-02-13 19:09:46 +08:00
parent 3e7851849f
commit 43b7c1b136
6 changed files with 73 additions and 8 deletions

View File

@@ -113,6 +113,18 @@
--color-sidebar-ring: var(--sidebar-ring);
}
@keyframes glow-breathe {
0%,
100% {
opacity: 0;
transform: scale(0.85);
}
50% {
opacity: 0.35;
transform: scale(1.1);
}
}
@layer base {
* {
@apply border-border outline-ring/50;