diff --git a/LogBot/stylesheets/anarchive.css b/LogBot/stylesheets/anarchive.css index 0a50a4f..8fab7fd 100644 --- a/LogBot/stylesheets/anarchive.css +++ b/LogBot/stylesheets/anarchive.css @@ -19,13 +19,16 @@ body { font-family: "Inconsolata"; font-size: 16px; line-height: 1.6; + overflow-y: auto; + scroll-behavior: smooth; + scrollbar-color: #3c4cac #a4a4d4; } h1 { font-family: "ARK-ES DenseMedium"; font-weight: normal; font-size: 48px; - margin-top: 20px; + margin-top: 40px; color: #3c4cac; }