Skip to content

Commit

Permalink
Using existing color variables for the button style
Browse files Browse the repository at this point in the history
  • Loading branch information
djanelle-mit committed Oct 11, 2024
1 parent c4d3438 commit b477ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/app/themes/mitlib-parent/css/scss/partials/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,16 +132,16 @@
}

.btn {
border: 1px solid #000;
border: 1px solid $black;
border-radius: 0;
padding: 6px 12px;
text-decoration: none;
font-size: 16px;
font-weight: 600;

&:hover {
color: #fff;
background-color: #000;
color: $white;
background-color: $black;
}
}

Expand Down

0 comments on commit b477ea3

Please sign in to comment.