Skip to content

Commit e7dc8f4

Browse files
committed
Replace color with available classes
1 parent 324ccbb commit e7dc8f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack/sass/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ code {
8181
// Get-involved section - Home page
8282
.get-involved {
8383
background-color: $color-lighter-gray;
84-
color: $color-dark-slate-gray;
84+
@extend .has-color-dark-slate-gray;
8585
border-bottom: solid 0.1875rem $color-white;
8686

8787
.container {
@@ -109,8 +109,8 @@ code {
109109
@extend .b-header;
110110
@extend .padding-top-big;
111111

112-
a:hover {
113-
color: $color-forest-green;
112+
:hover {
113+
@extend .has-color-forest-green;
114114
}
115115
}
116116

0 commit comments

Comments
 (0)