We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7084650 commit d84092fCopy full SHA for d84092f
user_manual/source/_static/css/railroad.css
@@ -0,0 +1,3 @@
1
+svg.railroad-diagram {
2
+ background-color: transparent !important;
3
+}
user_manual/source/conf.py
@@ -43,6 +43,9 @@
43
# This pattern also affects html_static_path and html_extra_path.
44
exclude_patterns = []
45
46
+html_css_files = [
47
+ 'css/railroad.css'
48
+]
49
50
# -- Options for HTML output -------------------------------------------------
51
0 commit comments