Skip to content

Commit

Permalink
website: Improve button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Mar 17, 2024
1 parent 623f12f commit 72dd63e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
--bs-btn-border-color: #e69e41;
--bs-btn-hover-bg: #d9963d;
--bs-btn-hover-border-color: #b57d33;
--bs-btn-active-bg: #e8cc42;
--bs-btn-active-bg: #cf8f3a;
--bs-btn-color: #000000;
--bs-btn-hover-color: #000000;
--bs-btn-active-color: #000000;
}

.dropdown-menu {
Expand Down

0 comments on commit 72dd63e

Please sign in to comment.