Skip to content

Commit

Permalink
Fix close button color (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniav authored Feb 12, 2025
1 parent b75c6a3 commit 1babfd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,3 +373,7 @@ div[class^="announcementBar_"] {
height: auto;
padding: 5px 0 5px 0;
}

div[class^="announcementBar_"] button {
color: inherit;
}

0 comments on commit 1babfd6

Please # to comment.