File tree 6 files changed +14
-6
lines changed
6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ export default class Footer extends HTMLElement {
18
18
</a>
19
19
</li>
20
20
21
- <li class="social-icon ">
21
+ <li class="${ styles . socialIcon } ">
22
22
<a href="https://discord.gg/bsy9jvWh" title="Discord">
23
23
${ discordIcon }
24
24
</a>
25
25
</li>
26
26
27
- <li class="social-icon ">
27
+ <li class="${ styles . socialIcon } ">
28
28
<a href="https://twitter.com/PrjEvergreen" title="Twitter">
29
29
${ twitterIcon }
30
30
</a>
Original file line number Diff line number Diff line change 21
21
display : flex;
22
22
gap : var (--size-3 );
23
23
list-style-type : none;
24
- background-color : var (--color-gray );
24
+ background-color : var (--color-secondary );
25
25
border : var (--border-size-1 ) solid var (--color-black );
26
26
border-radius : var (--radius-6 );
27
27
padding : var (--size-2 ) var (--size-3 );
28
28
align-items : center;
29
29
justify-content : center;
30
30
cursor : pointer;
31
31
}
32
+
33
+ .socialIcon svg {
34
+ fill : var (--color-gray );
35
+ }
Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ header {
48
48
cursor : pointer;
49
49
}
50
50
51
+ .social-icon svg {
52
+ fill : var (--color-secondary );
53
+ }
54
+
51
55
.mobile-menu ,
52
56
.mobile-menu .active ,
53
57
.mobile-menu-items ,
You can’t perform that action at this time.
0 commit comments