Skip to content

Commit

Permalink
Improve color for open accordion, so it's easier to scan alert page
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Dec 4, 2024
1 parent 0100cfc commit 52b971f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/style/sass/parts/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
background-color: $primary-color-200;

&[aria-expanded="true"] {
background-color: $white-text;
color: $primary-color;
background-color: lighten($primary-color-100, 6%);
color: $body-font-color;
border: 1px solid $primary-color;
& + .accordion-content{
max-height: 1000px;
Expand Down

0 comments on commit 52b971f

Please sign in to comment.