Skip to content

Commit

Permalink
css: don't override button text color in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed Oct 22, 2021
1 parent 41a8c9f commit 2be8bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ nav {
}

nav, .header, .footer {
a {
a:not(.Button) {
color: white;
text-decoration: none;

Expand Down

0 comments on commit 2be8bc5

Please sign in to comment.