mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
style: footer GitHub logo color to foreground
This commit is contained in:
parent
6d437d097a
commit
be87606ebc
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-social__link:nth-child(2) svg {
|
.md-social__link:nth-child(2) svg {
|
||||||
fill: #181717;
|
fill: var(--md-default-fg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-social__link:nth-child(3) svg {
|
.md-social__link:nth-child(3) svg {
|
||||||
|
|
Loading…
Reference in a new issue