Skip to content

Commit

Permalink
Fix footer donate visited color (#15722)
Browse files Browse the repository at this point in the history
* Move donate color to link

* Dedupe underline
  • Loading branch information
janbrasna authored Dec 12, 2024
1 parent f2b7eb8 commit a623a2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions media/css/m24/components/footer-refresh.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,16 +238,15 @@ $max-footer-content-width: $content-max;
border-radius: 0;
font-weight: 600;
background-color: $m24-color-alt-white;
color: $m24-color-black;
padding: 6px 24px;
border: $border-width solid $m24-color-black;
text-decoration: none;
text-align: center;
max-width: 800px;
margin-bottom: $spacer-lg;

&:link,
&:visited {
color: $m24-color-black;
text-decoration: none;
}

Expand Down

0 comments on commit a623a2c

Please sign in to comment.