From 3ac9282c88b5b9f5b6cb13a7abad9449b4b6925c Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 15:34:11 +0200 Subject: [PATCH] Switch styles to html --- LogBot/stylesheets/anarchive.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 {