diff options
Diffstat (limited to 'doc/index.rst')
| -rw-r--r-- | doc/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst index 5b13ded..ab8649a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,4 +1,24 @@ +.. raw:: html + + <style> + pre { + padding: unset !important; + font-family: monospace !important; + margin: 0 auto !important; + width: min-content; + } + + .highlight { + background: unset; + } + + .rst-content div[class^=highlight] { + border: none; + } + </style> + .. include:: ../readme.rst + :end-line: 18 ############# Documentation |