Skip to content

Commit d84092f

Browse files
committed
Add railroad diagrams' css
1 parent 7084650 commit d84092f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
svg.railroad-diagram {
2+
background-color: transparent !important;
3+
}

user_manual/source/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@
4343
# This pattern also affects html_static_path and html_extra_path.
4444
exclude_patterns = []
4545

46+
html_css_files = [
47+
'css/railroad.css'
48+
]
4649

4750
# -- Options for HTML output -------------------------------------------------
4851

0 commit comments

Comments
 (0)