diff options
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 26bffdaf..9c848f1f 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -614,6 +614,10 @@ div.code-block-caption:hover > a.headerlink { visibility: visible; } +.versionmodified { + font-style: italic; +} + main ul { list-style: disc; margin: 1em 0; |