Skip to content

Commit

Permalink
button retry2
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraBert committed Jan 16, 2025
1 parent 68fc9ee commit 2bab732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _sass/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@
@include btn-color($white, $blue-000);
}

.btn-yellow {
@include btn-color($grey-dk-300, rgba(255, 210, 30));
.btn.btn-yellow {
color: black !important;
background-color: darkgoldenrod !important;
}

.btn-green {
Expand Down

0 comments on commit 2bab732

Please sign in to comment.