Skip to content

Commit

Permalink
Better differentiate visited and unvisited btn--primary colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-p-randall committed Nov 27, 2023
1 parent bbb02cd commit b725578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/minimal-mistakes/skins/_dark-citrus-sage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ h1,h2,h3,h4,h5,h6 {
}

.btn--primary {
background-color: #ff8b3d !important;
color: #1f1f1f !important;
background-color: #ff944d !important;
color: #242424 !important;
}

.btn--primary:visited {
background-color: #c96626 !important;
background-color: #db8043 !important;
color: #030303 !important;
}

Expand Down

0 comments on commit b725578

Please sign in to comment.