Skip to content

Commit 74923e3

Browse files
committed
docs: darker output
1 parent a9f53f5 commit 74923e3

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
@@ -155,7 +155,11 @@
155155
# Add any paths that contain custom static files (such as style sheets) here,
156156
# relative to this directory. They are copied after the builtin static files,
157157
# so a file named "default.css" will overwrite the builtin "default.css".
158-
html_static_path = []
158+
html_static_path = ["_static"]
159+
160+
html_css_files = [
161+
"css/custom.css",
162+
]
159163

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

0 commit comments

Comments
 (0)