diff --git a/theme/default/static/style.css b/theme/default/static/style.css index 46efaa6..f1fb91a 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -342,6 +342,9 @@ blockquote { border-radius: 5px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); padding-left: 15px; + animation-name: appear; + animation-duration: 0.5s; + animation-fill-mode: forwards; } .toc li {