From 8436d457b13e719cf48a36892a4be10e4f0ad284 Mon Sep 17 00:00:00 2001 From: alicestrt Date: Thu, 3 Jun 2021 16:04:32 +0300 Subject: [PATCH] change anarchive scroll --- LogBot/stylesheets/anarchive.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; }