Increase font size for admonitions in docs
This commit is contained in:
@@ -51,6 +51,12 @@ html_theme_options = {
|
|||||||
"light_logo": "novelwriter-light.png",
|
"light_logo": "novelwriter-light.png",
|
||||||
"dark_logo": "novelwriter-dark.png",
|
"dark_logo": "novelwriter-dark.png",
|
||||||
"navigation_with_keys": True,
|
"navigation_with_keys": True,
|
||||||
|
"dark_css_variables": {
|
||||||
|
"admonition-font-size": "92%",
|
||||||
|
},
|
||||||
|
"light_css_variables": {
|
||||||
|
"admonition-font-size": "92%",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
html_title = f"<div style='text-align: center'>Documentation Version {release}</div>"
|
html_title = f"<div style='text-align: center'>Documentation Version {release}</div>"
|
||||||
pygments_style = "tango"
|
pygments_style = "tango"
|
||||||
|
|||||||
Reference in New Issue
Block a user