Skip to content

Commit 49dc533

Browse files
committed
Fix announcement bar text color in dark mode
1 parent 1fda731 commit 49dc533

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)