Skip to content

Commit

Permalink
Fix banner styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Aug 17, 2023
1 parent 4c10205 commit f529d95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ pre {

/* Header */

.announcementBar_node_modules-\@docusaurus-theme-classic-lib-theme-AnnouncementBar-styles-module {
/* Locally this should be applied to .announcementBar_node_modules-\@docusaurus-theme-classic-lib-theme-AnnouncementBar-styles-module
but in production this class isn't in use and we need to target this element by role instead. */
[role="banner"] {
background-color: #7027f6 !important;
color: #fff !important;
font-size: 16px;
Expand Down

0 comments on commit f529d95

Please sign in to comment.