Skip to content

Commit fab1f32

Browse files
authored
Update overrides.scss (#1331)
1 parent 55eb60b commit fab1f32

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pages/overrides.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,10 @@ $border-radius-lg: 100px;
387387
span {
388388
display: flex;
389389
justify-content: center;
390-
background-color: colors.$purple200;
390+
background-color: colors.$purple20;
391+
color: colors.$purple200;
391392
&:hover {
392-
background-color: colors.$purple140;
393+
background-color: colors.$purple50;
393394
transition-duration: 0.5s;
394395
}
395396
}
@@ -1042,9 +1043,9 @@ $border-radius-lg: 100px;
10421043
span {
10431044
display: flex;
10441045
justify-content: center;
1045-
background-color: colors.$purple200;
1046+
background-color: colors.$purple140;
10461047
&:hover {
1047-
background-color: colors.$purple140;
1048+
background-color: colors.$purple100;
10481049
transition-duration: 0.5s;
10491050
}
10501051
}

0 commit comments

Comments
 (0)