File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,8 @@ $button-disabled: #909090; //disabled state for links and buttons
4242$link-normal : $black ; // links color
4343$link-hover : #9b293c ; // links hover state color
4444$error-text : #d14234 ;
45+
46+ $flamingo-dark : #9b293c ; // flamingo-dark
47+ $sapphire-dark : #1f8290 ; // $sapphire-dark
48+ $jade-dark : #517b5c ; // jade-dark
49+ $turmeric-dark : #a06908 ; // turmeric-dark
Original file line number Diff line number Diff line change 201201 rect ,
202202 path {
203203 & .first {
204- fill : $sapphire ;
204+ fill : $sapphire-dark ;
205205 stroke : none ;
206206 }
207207
208208 & .second {
209- fill : $turmeric ;
209+ fill : $turmeric-dark ;
210210 stroke : none ;
211211 }
212212
213213 & .third {
214- fill : $jade ;
214+ fill : $jade-dark ;
215215 stroke : none ;
216216 }
217217
218218 & .fourth {
219- fill : $flamingo ;
219+ fill : $flamingo-dark ;
220220 stroke : none ;
221221 }
222222 }
You can’t perform that action at this time.
0 commit comments