Skip to content

Commit 207323e

Browse files
committed
highlight links on get involved section
1 parent 07c9516 commit 207323e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

frontend-build/scss/modules.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
font-size: 0.9rem;
143143
margin-bottom: 15px;
144144
a {
145-
color: $black;
145+
color: $secondary-color;
146146
}
147147
}
148148
.hub-grid-block-svg {
@@ -161,6 +161,7 @@
161161
}
162162
a {
163163
color: $white;
164+
text-decoration: underline;
164165
}
165166
}
166167

themes/cc-commoners/assets/css/style.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -4392,7 +4392,7 @@ body:not(.page-template-page-faqs) .item-content {
43924392
font-size: 0.9rem;
43934393
margin-bottom: 15px; }
43944394
.hub-grid .hub-grid-block p a {
4395-
color: #0a0a0a; }
4395+
color: #35bbd8; }
43964396
.hub-grid .hub-grid-block .hub-grid-block-svg {
43974397
width: 100px;
43984398
min-height: 100px;
@@ -4404,7 +4404,8 @@ body:not(.page-template-page-faqs) .item-content {
44044404
.hub-grid .hub-grid-block:hover svg .icon-path {
44054405
fill: #ffffff; }
44064406
.hub-grid .hub-grid-block:hover a {
4407-
color: #fefefe; }
4407+
color: #fefefe;
4408+
text-decoration: underline; }
44084409
.hub-grid .hub-grid-block:first-child:hover {
44094410
background: #27a635; }
44104411
.hub-grid .hub-grid-block:nth-child(2):hover {

0 commit comments

Comments
 (0)