Skip to content

Commit 007b23a

Browse files
committed
Dark mode: fix contrast for C++ specific styling
1 parent 4dbc102 commit 007b23a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

python_docs_theme/static/pydoctheme_dark.css

+9
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,12 @@ div.note {
124124
img.invert-in-dark-mode {
125125
filter: invert(1) hue-rotate(.5turn);
126126
}
127+
128+
/* -- object description styles --------------------------------------------- */
129+
130+
/* C++ specific styling */
131+
132+
.sig.c .k, .sig.c .kt,
133+
.sig.cpp .k, .sig.cpp .kt {
134+
color: #5283ff;
135+
}

0 commit comments

Comments
 (0)