Skip to content

Commit 9feef62

Browse files
authored
Merge pull request #185 from pharmaverse/banner-text
Fix announcement bar text color in dark mode
2 parents 1fda731 + 49dc533 commit 9feef62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ h4 code {
112112
/* Banner */
113113

114114
.md-banner {
115-
color: var(--md-typeset-color);
115+
color: #000000DE;
116116
background-color: oklch(96.2% 0.059 95.617);
117117
}
118118

0 commit comments

Comments
 (0)