update border

This commit is contained in:
2025-12-25 18:46:01 -03:00
parent 0400dc4850
commit 7dc2d2ef10
6 changed files with 88 additions and 154 deletions

View File

@@ -57,6 +57,22 @@ body {
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-ring: var(--sidebar-ring);
--animate-shine:
shine var(--duration) infinite linear;
@keyframes shine {
0% {
background-position:
0% 0%;
}
50% {
background-position:
100% 100%;
}
to {
background-position:
0% 0%;
}
}
}
:root {
@@ -135,4 +151,4 @@ body {
body {
@apply bg-background text-foreground;
}
}
}