File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -387,9 +387,10 @@ $border-radius-lg: 100px;
387
387
span {
388
388
display : flex ;
389
389
justify-content : center ;
390
- background-color : colors .$purple200 ;
390
+ background-color : colors .$purple20 ;
391
+ color : colors .$purple200 ;
391
392
& :hover {
392
- background-color : colors .$purple140 ;
393
+ background-color : colors .$purple50 ;
393
394
transition-duration : 0.5s ;
394
395
}
395
396
}
@@ -1042,9 +1043,9 @@ $border-radius-lg: 100px;
1042
1043
span {
1043
1044
display : flex ;
1044
1045
justify-content : center ;
1045
- background-color : colors .$purple200 ;
1046
+ background-color : colors .$purple140 ;
1046
1047
& :hover {
1047
- background-color : colors .$purple140 ;
1048
+ background-color : colors .$purple100 ;
1048
1049
transition-duration : 0.5s ;
1049
1050
}
1050
1051
}
You can’t perform that action at this time.
0 commit comments