mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-21 05:14:45 +08:00
feat: support dark mode
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.animated {
|
||||
background: linear-gradient(
|
||||
to right,
|
||||
rgba(0, 0, 0, 0.3) 15%,
|
||||
rgba(0, 0, 0, 0.7) 35%,
|
||||
rgba(0, 0, 0, 0.7) 65%,
|
||||
rgba(0, 0, 0, 0.3) 85%
|
||||
rgb(from var(--card-foreground) r g b / 0.3) 15%,
|
||||
rgb(from var(--card-foreground) r g b / 0.75) 35%,
|
||||
rgb(from var(--card-foreground) r g b / 0.75) 65%,
|
||||
rgb(from var(--card-foreground) r g b / 0.3) 85%
|
||||
);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
|
||||
Reference in New Issue
Block a user