mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-22 00:41:56 +00:00
Improve footer text's contrast
This commit is contained in:
parent
113d0e55d0
commit
d7f752aa56
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
padding: 6rem 0;
|
padding: 6rem 0;
|
||||||
color: lighten($color-dark-text, 5);
|
color: #737373;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue