Skip to content

Commit

Permalink
Use color var for icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Mar 7, 2022
1 parent c875fa2 commit f30b365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ p {
}

.icon {
color: #1e87f0;
color: var(--colorIcon);
}

.copyright {
Expand Down
2 changes: 2 additions & 0 deletions assets/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
--colorHighlight: rgb(255, 197, 83);
--colorShadow: rgba(0, 0, 0, 0.1);
--colorContentLink: rgb(30, 135, 240);

--colorIcon: rgb(30, 135, 240);
}

0 comments on commit f30b365

Please sign in to comment.