Skip to content

Commit

Permalink
Update footer link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWillCom committed Jul 10, 2021
1 parent 64ef437 commit 019312e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ footer .title {
}

footer .item {
color: var(--footer-link-grey);
display: block;
}
4 changes: 4 additions & 0 deletions source/css/var.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
--blue: #0071e3;
--white-txt-on-blue-bg: #fff;

--footer-link-grey: #515154;

--body-bg: #fbfbfd;
--card-bg: #fff;
--card-title: #1d1d1f;
Expand Down Expand Up @@ -50,6 +52,8 @@
--blue: #00376f;
--white-txt-on-blue-bg: #c0dfff;

--footer-link-grey: #a1a1a6;

--body-bg: #101010;
--card-bg: #181818;
--card-title: #cfcfda;
Expand Down

0 comments on commit 019312e

Please sign in to comment.