Skip to content

Commit a700029

Browse files
committed
docs: darker output
1 parent c21e767 commit a700029

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/_static/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.highlight .go {
2+
color: #707070;
3+
}

docs/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@
157157
# Add any paths that contain custom static files (such as style sheets) here,
158158
# relative to this directory. They are copied after the builtin static files,
159159
# so a file named "default.css" will overwrite the builtin "default.css".
160-
html_static_path = []
160+
html_static_path = ["_static"]
161+
162+
html_css_files = [
163+
"css/custom.css",
164+
]
161165

162166
# Add any extra paths that contain custom files (such as robots.txt or
163167
# .htaccess) here, relative to this directory. These files are copied

0 commit comments

Comments
 (0)