diff --git a/LogBot/stylesheets/anarchive.css b/LogBot/stylesheets/anarchive.css index 8fab7fd..a63255a 100644 --- a/LogBot/stylesheets/anarchive.css +++ b/LogBot/stylesheets/anarchive.css @@ -13,6 +13,11 @@ src: url("fonts/Inconsolata-Regular.otf") format("otf"); } +html { + scroll-behavior: smooth; + scrollbar-color: #3c4cac #a4a4d4; +} + body { margin: 1em 1em 3em 1em; background-color: #f1eede; @@ -20,8 +25,6 @@ body { font-size: 16px; line-height: 1.6; overflow-y: auto; - scroll-behavior: smooth; - scrollbar-color: #3c4cac #a4a4d4; } h1 {