mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-25 15:04:46 +08:00
feat: adjust the brightness of border
This commit is contained in:
@@ -93,23 +93,19 @@
|
|||||||
transform: rotate(-5deg) scale(0.9);
|
transform: rotate(-5deg) scale(0.9);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
--animate-shine:
|
--animate-shine: shine var(--duration) infinite linear;
|
||||||
shine var(--duration) infinite linear
|
|
||||||
;
|
|
||||||
@keyframes shine {
|
@keyframes shine {
|
||||||
0% {
|
0% {
|
||||||
background-position:
|
background-position: 0% 0%;
|
||||||
0% 0%;
|
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
background-position:
|
background-position: 100% 100%;
|
||||||
100% 100%;
|
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
background-position:
|
background-position: 0% 0%;
|
||||||
0% 0%;
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}}
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--radius: 0.625rem;
|
--radius: 0.625rem;
|
||||||
@@ -175,8 +171,8 @@
|
|||||||
--accent: oklch(0.269 0 0);
|
--accent: oklch(0.269 0 0);
|
||||||
--accent-foreground: oklch(0.985 0 0);
|
--accent-foreground: oklch(0.985 0 0);
|
||||||
--destructive: oklch(0.704 0.191 22.216);
|
--destructive: oklch(0.704 0.191 22.216);
|
||||||
--border: oklch(1 0 0 / 10%);
|
--border: oklch(1 0 0 / 20%);
|
||||||
--input: oklch(1 0 0 / 15%);
|
--input: oklch(1 0 0 / 25%);
|
||||||
--ring: oklch(0.556 0 0);
|
--ring: oklch(0.556 0 0);
|
||||||
--chart-1: oklch(0.488 0.243 264.376);
|
--chart-1: oklch(0.488 0.243 264.376);
|
||||||
--chart-2: oklch(0.696 0.17 162.48);
|
--chart-2: oklch(0.696 0.17 162.48);
|
||||||
|
|||||||
Reference in New Issue
Block a user