Skip to content

Commit

Permalink
Merge pull request #15 from melissawm/accent-links
Browse files Browse the repository at this point in the history
Fix accent color for footer links
  • Loading branch information
dgmccart authored Nov 6, 2023
2 parents 1cfd74c + 2ea53c8 commit 403f5a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/stylesheets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@
background-color: black;
color: white;
}

.md-footer__title:hover {
color: var(--md-accent-fg-color);
}

0 comments on commit 403f5a5

Please sign in to comment.