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.
1 parent a9f53f5 commit 74923e3Copy full SHA for 74923e3
docs/_static/css/custom.css
@@ -0,0 +1,3 @@
1
+.highlight .go {
2
+ color: #707070;
3
+}
docs/conf.py
@@ -155,7 +155,11 @@
155
# Add any paths that contain custom static files (such as style sheets) here,
156
# relative to this directory. They are copied after the builtin static files,
157
# so a file named "default.css" will overwrite the builtin "default.css".
158
-html_static_path = []
+html_static_path = ["_static"]
159
+
160
+html_css_files = [
161
+ "css/custom.css",
162
+]
163
164
# Add any extra paths that contain custom files (such as robots.txt or
165
# .htaccess) here, relative to this directory. These files are copied
0 commit comments