Skip to content

Commit a840569

Browse files
committed
Update get-involved section with requested changes
1 parent 39dec14 commit a840569

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webpack/sass/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ code {
8181
// Get-involved section - Home page
8282
.get-involved {
8383
background-color: $color-lighter-gray;
84+
color: $color-dark-slate-gray;
8485

8586
.container {
8687
@extend .padding-horizontal-big;
@@ -106,6 +107,10 @@ code {
106107
.link-heading {
107108
@extend .b-header;
108109
@extend .padding-top-big;
110+
111+
a:hover {
112+
color: $color-forest-green;
113+
}
109114
}
110115

111116
.link-caption {

0 commit comments

Comments
 (0)