Skip to content

Commit

Permalink
Fixed home button hover colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mollybsmith-noaa committed Dec 13, 2024
1 parent 5a647fc commit b105fe2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions home/static/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
--bs-btn-color: #000000;
--bs-btn-bg: #ddeeff;
--bs-btn-border-color: #2e6da4;
--bs-btn-hover-bg: #99ccff;
--bs-btn-hover-color: #000000;
--bs-btn-hover-bg: #9fcfff;
--bs-btn-hover-border-color: #2e6da4;
}

Expand Down Expand Up @@ -57,7 +58,7 @@
--bs-btn-bg: #e6e6fa;
--bs-btn-border-color: darkorchid;
--bs-btn-hover-color: #000000;
--bs-btn-hover-bg: #b2a4d4;
--bs-btn-hover-bg: #ddbbff;
--bs-btn-hover-border-color: darkorchid;
}

Expand Down

0 comments on commit b105fe2

Please sign in to comment.