File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ $secondary-color: $purple;
15
15
$third-color : $blue ;
16
16
$text-color : $black ;
17
17
$color-necessary : #ffe6cc ;
18
+ $hover-color : $yellow ;
18
19
19
20
// SNS
20
21
$color-facebook : #3b5998 ;
Original file line number Diff line number Diff line change 1
- $footer-link-hover : #7cc224 ;
1
+ @use ' ../global/variables' as * ;
2
+
2
3
3
4
.site-footer {
4
5
background : #fff ;
@@ -29,7 +30,7 @@ $footer-link-hover: #7cc224;
29
30
transition : background 0.2s , color 0.2s ;
30
31
31
32
& :hover {
32
- background : $footer-link- hover ;
33
+ background : $hover-color ;
33
34
color : #fff ;
34
35
}
35
36
}
@@ -47,7 +48,7 @@ $footer-link-hover: #7cc224;
47
48
transition : color 0.2s ;
48
49
49
50
& :hover {
50
- color : $footer-link- hover ;
51
+ color : $hover-color ;
51
52
}
52
53
}
53
54
}
You can’t perform that action at this time.
0 commit comments