We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43da0e commit 98a7649Copy full SHA for 98a7649
1 file changed
apps/webapp/app/tailwind.css
@@ -60,13 +60,13 @@
60
background: conic-gradient(
61
from var(--gradient-angle),
62
rgb(99 102 241),
63
- rgb(168 85 247),
64
- rgb(217 70 239),
65
+ rgb(245 158 11),
+ rgb(236 72 153),
66
rgb(99 102 241)
67
);
68
border-radius: inherit;
69
- animation: gradient-rotation 8s linear infinite;
+ animation: gradient-rotation 3s linear infinite;
70
pointer-events: none;
71
filter: blur(0.5rem);
72
opacity: 0.1;
0 commit comments