Skip to content

Commit b1067ad

Browse files
committed
Tweak note font size
1 parent c58b9e3 commit b1067ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/conf.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,15 @@
4141
html_title = "ChipFlow Platform Documentation"
4242
html_static_path = ['_assets']
4343

44+
html_theme_options = {
45+
"dark_css_variables": {
46+
"admonition-font-size": "0.9 rem",
47+
},
48+
"light_css_variables": {
49+
"admonition-font-size": "0.9 rem",
50+
},
51+
}
52+
4453
autodoc_typehints = 'description'
4554

4655
autoapi_dirs = [

0 commit comments

Comments
 (0)