Update footer links style
This commit is contained in:
parent
0d11cad3a8
commit
6cb2d09e90
|
|
@ -12,6 +12,9 @@ footer .list-inline a {
|
||||||
--item-color: var(--text-2);
|
--item-color: var(--text-2);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
footer .list-inline a:hover {
|
||||||
|
--item-color: var(--text);
|
||||||
|
}
|
||||||
footer .socials-list {
|
footer .socials-list {
|
||||||
--item-gap: 0.2ch;
|
--item-gap: 0.2ch;
|
||||||
--item-separator: "";
|
--item-separator: "";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue