1
0
Fork 0
mirror of https://github.com/GuerillaStudio/vanillalist.git synced 2024-10-22 09:27:30 +00:00

Improve footer text's contrast

This commit is contained in:
Tixie 2021-03-01 05:28:38 +01:00
parent 113d0e55d0
commit d7f752aa56

View file

@ -4,7 +4,7 @@
.footer {
padding: 6rem 0;
color: lighten($color-dark-text, 5);
color: #737373;
text-align: center;
}