Skip to content

Commit

Permalink
button outline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 14, 2024
1 parent 07e6684 commit eb4e11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/color_schemes/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ $btn-primary-color: $berkeley-blue;
$base-button-color: $grey-dk-200;

// This is not great, but JTD forces $link-color
.btn {
.btn:not(.btn-outline) {
color: $btn-primary-color !important;
}

0 comments on commit eb4e11e

Please sign in to comment.