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:
David Lapshin
2024-05-02 21:30:29 +03:00
parent 8aa03d03fa
commit 4c774ff990
2 changed files with 2 additions and 2 deletions

View File

@ -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: "";