Skip to content

Commit ec37486

Browse files
committed
fix: header svg color
1 parent 43a63c5 commit ec37486

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/components/layout/Header.module.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,18 @@
4040
&:focus {
4141
color: var(--primary-70) !important;
4242
}
43+
44+
svg {
45+
color: var(--primary-50) !important;
46+
47+
&:hover {
48+
color: var(--primary-60) !important;
49+
}
50+
51+
&:focus {
52+
color: var(--primary-70) !important;
53+
}
54+
}
4355
}
4456

4557
.mainLinks {

0 commit comments

Comments
 (0)