We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb3dd91 + e7dc8f4 commit d7e1f4aCopy full SHA for d7e1f4a
webpack/sass/main.scss
@@ -95,6 +95,8 @@ code {
95
// Get-involved section - Home page
96
.get-involved {
97
background-color: $color-lighter-gray;
98
+ @extend .has-color-dark-slate-gray;
99
+ border-bottom: solid 0.1875rem $color-white;
100
101
.container {
102
@extend .padding-horizontal-big;
@@ -120,6 +122,10 @@ code {
120
122
.link-heading {
121
123
@extend .b-header;
124
@extend .padding-top-big;
125
+
126
+ :hover {
127
+ @extend .has-color-forest-green;
128
+ }
129
}
130
131
.link-caption {
0 commit comments