feat: adjust the brightness of border

This commit is contained in:
Li Xin
2025-04-30 10:10:45 +08:00
parent 0a59fc5439
commit c57c853260

View File

@@ -93,23 +93,19 @@
transform: rotate(-5deg) scale(0.9);
}
}
--animate-shine:
shine var(--duration) infinite linear
;
--animate-shine: shine var(--duration) infinite linear;
@keyframes shine {
0% {
background-position:
0% 0%;
0% {
background-position: 0% 0%;
}
50% {
background-position:
100% 100%;
50% {
background-position: 100% 100%;
}
to {
background-position:
0% 0%;
to {
background-position: 0% 0%;
}
}}
}
}
:root {
--radius: 0.625rem;
@@ -175,8 +171,8 @@
--accent: oklch(0.269 0 0);
--accent-foreground: oklch(0.985 0 0);
--destructive: oklch(0.704 0.191 22.216);
--border: oklch(1 0 0 / 10%);
--input: oklch(1 0 0 / 15%);
--border: oklch(1 0 0 / 20%);
--input: oklch(1 0 0 / 25%);
--ring: oklch(0.556 0 0);
--chart-1: oklch(0.488 0.243 264.376);
--chart-2: oklch(0.696 0.17 162.48);
@@ -221,4 +217,4 @@ textarea {
[role="button"],
button {
cursor: pointer;
}
}