We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e88b11 + be0cec8 commit b2c46f5Copy full SHA for b2c46f5
1 file changed
python_docs_theme/static/pydoctheme_dark.css
@@ -125,3 +125,13 @@ nav.contents {
125
img.invert-in-dark-mode {
126
filter: invert(1) hue-rotate(.5turn);
127
}
128
+
129
+/* -- object description styles --------------------------------------------- */
130
131
+/* C++ specific styling */
132
133
+/* Override Sphinx's basic.css to fix colour contrast */
134
+.sig.c .k, .sig.c .kt,
135
+.sig.cpp .k, .sig.cpp .kt {
136
+ color: #5283ff;
137
+}
0 commit comments