Skip to content

Commit

Permalink
fix(pronouns.page): disabled buttons (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
somerand0mcatt committed Aug 13, 2024
1 parent 8a646a3 commit 7c09896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/pronouns.page/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
--bs-btn-active-bg: @accent-color;
--bs-btn-active-border-color: @accent-color;
--bs-btn-disabled-color: @accent-color;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-bg: darken(@accent-color, 5%);
--bs-btn-disabled-border-color: @accent-color;
}

Expand Down

0 comments on commit 7c09896

Please sign in to comment.