Skip to content

Commit 9ba130d

Browse files
authored
Fix admonition text color in dark mode (#3882)
1 parent 67612b2 commit 9ba130d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ details.detailed-explanation p {
208208
}
209209

210210
.admonition {
211-
color: var(--ifm-font-base-color);
211+
color: black;
212212
border-radius: var(--ifm-global-radius);
213213
border-left: 6px solid var(--ra-admonition-color-dark);
214214
}

0 commit comments

Comments
 (0)