darabos commited on
Commit
4339dbf
·
2 Parent(s): 2b52d6b c1ac7c4

Merge pull request #100 from biggraph/darabos-generative-screening-skeleton

Browse files
Files changed (1) hide show
  1. lynxkite-app/web/src/index.css +1 -1
lynxkite-app/web/src/index.css CHANGED
@@ -110,7 +110,7 @@ body {
110
  --status-color-1: oklch(75% 0.2 55);
111
  --status-color-2: oklch(90% 0.2 55);
112
  --status-color-3: oklch(75% 0.1 55);
113
- /* animation: active-node-gradient-animation 2s ease-in-out infinite; */
114
  }
115
 
116
  .lynxkite-node .title.planned {
 
110
  --status-color-1: oklch(75% 0.2 55);
111
  --status-color-2: oklch(90% 0.2 55);
112
  --status-color-3: oklch(75% 0.1 55);
113
+ animation: active-node-gradient-animation 2s ease-in-out infinite;
114
  }
115
 
116
  .lynxkite-node .title.planned {