Skip to content

Commit

Permalink
keep the font color white for a button in the main content (#572)
Browse files Browse the repository at this point in the history
Inside the content, the font color of a link is changed to blue. This doesn't work well with our buttons

<img width="875" alt="Screenshot 2023-03-04 at 11 14 50" src="https://user-images.githubusercontent.com/8672791/222894271-b727d505-829a-438a-b9f6-39da7d2941b3.png">
  • Loading branch information
mockersf committed Mar 4, 2023
1 parent 2b554d6 commit 1d8ed4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sass/pages/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ $content-font-size: 1.22rem;
background-color: $syntax-theme-background-hover;
}

a.button {
color: $color-white;
}

a {
text-decoration: none;
color: $link-color;
Expand Down

0 comments on commit 1d8ed4c

Please sign in to comment.