Make footer social links darker
They were too bright compared to the "powered by" text, even though it used same color
This commit is contained in:
@ -51,7 +51,7 @@
|
||||
display: inline-block;
|
||||
transition: var(--transition);
|
||||
margin: 0;
|
||||
background-color: var(--fg-muted-5);
|
||||
background-color: var(--fg-muted-4);
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
content: "";
|
||||
|
Reference in New Issue
Block a user