File tree 2 files changed +5
-3
lines changed
themes/cc-commoners/assets/css
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 142
142
font-size : 0.9rem ;
143
143
margin-bottom : 15px ;
144
144
a {
145
- color : $black ;
145
+ color : $secondary-color ;
146
146
}
147
147
}
148
148
.hub-grid-block-svg {
161
161
}
162
162
a {
163
163
color : $white ;
164
+ text-decoration : underline ;
164
165
}
165
166
}
166
167
Original file line number Diff line number Diff line change @@ -4392,7 +4392,7 @@ body:not(.page-template-page-faqs) .item-content {
4392
4392
font-size : 0.9rem ;
4393
4393
margin-bottom : 15px ; }
4394
4394
.hub-grid .hub-grid-block p a {
4395
- color : # 0a0a0a ; }
4395
+ color : # 35bbd8 ; }
4396
4396
.hub-grid .hub-grid-block .hub-grid-block-svg {
4397
4397
width : 100px ;
4398
4398
min-height : 100px ;
@@ -4404,7 +4404,8 @@ body:not(.page-template-page-faqs) .item-content {
4404
4404
.hub-grid .hub-grid-block : hover svg .icon-path {
4405
4405
fill : # ffffff ; }
4406
4406
.hub-grid .hub-grid-block : hover a {
4407
- color : # fefefe ; }
4407
+ color : # fefefe ;
4408
+ text-decoration : underline; }
4408
4409
.hub-grid .hub-grid-block : first-child : hover {
4409
4410
background : # 27a635 ; }
4410
4411
.hub-grid .hub-grid-block : nth-child (2 ): hover {
You can’t perform that action at this time.
0 commit comments