Skip to content

Commit d7e1f4a

Browse files
authored
Merge pull request creativecommons#409 from creativecommons/update_get_involved
Update get involved section.
2 parents eb3dd91 + e7dc8f4 commit d7e1f4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webpack/sass/main.scss

+6
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ code {
9595
// Get-involved section - Home page
9696
.get-involved {
9797
background-color: $color-lighter-gray;
98+
@extend .has-color-dark-slate-gray;
99+
border-bottom: solid 0.1875rem $color-white;
98100

99101
.container {
100102
@extend .padding-horizontal-big;
@@ -120,6 +122,10 @@ code {
120122
.link-heading {
121123
@extend .b-header;
122124
@extend .padding-top-big;
125+
126+
:hover {
127+
@extend .has-color-forest-green;
128+
}
123129
}
124130

125131
.link-caption {

0 commit comments

Comments
 (0)