diff options
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css index 66950751..7671da59 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -387,12 +387,12 @@ aside h3 { position: relative; line-height: 0.5em; transition: transform 0.4s; - transform: rotate(0deg); + transform: rotate(-90deg); } .expanded { transition: transform 0.4s; - transform: rotate(-90deg); + transform: rotate(0deg); } .ref-internal-padding { |