Add connect gradient colors
This commit is contained in:
parent
e032e8ce0a
commit
b2911eeaaf
|
@ -40,6 +40,8 @@
|
||||||
/* Connect */
|
/* Connect */
|
||||||
--connect-color: #EBB13E;
|
--connect-color: #EBB13E;
|
||||||
--connect-color-rgb: 235, 177, 62;
|
--connect-color-rgb: 235, 177, 62;
|
||||||
|
--connect-light-color: #FECA1D;
|
||||||
|
--connect-dark-color: #FE9F1D;
|
||||||
/* Graph */
|
/* Graph */
|
||||||
--graph-color: #FA193E;
|
--graph-color: #FA193E;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue