diff --git a/css/structure/variables.css b/css/structure/variables.css index 0379f5e..52c1865 100644 --- a/css/structure/variables.css +++ b/css/structure/variables.css @@ -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; }