diff options
Diffstat (limited to 'theme/mkdocs_windmill/css')
-rw-r--r-- | theme/mkdocs_windmill/css/base.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/mkdocs_windmill/css/base.css b/theme/mkdocs_windmill/css/base.css index f07ff35..74cf0ee 100644 --- a/theme/mkdocs_windmill/css/base.css +++ b/theme/mkdocs_windmill/css/base.css @@ -453,6 +453,10 @@ pre, .rst-content tt { overflow-x: auto; } +summary { + display: list-item; +} + code.code-large, .rst-content tt.code-large { font-size: 90%; } |