mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 00:21:57 +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 {
|
||||
padding: 6rem 0;
|
||||
color: lighten($color-dark-text, 5);
|
||||
color: #737373;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue