Add connect gradient colors

This commit is contained in:
Konstantinos Triantafyllou 2022-06-03 13:31:38 +03:00
parent e032e8ce0a
commit b2911eeaaf
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@
/* Connect */
--connect-color: #EBB13E;
--connect-color-rgb: 235, 177, 62;
--connect-light-color: #FECA1D;
--connect-dark-color: #FE9F1D;
/* Graph */
--graph-color: #FA193E;
}