From 9d5fa3eeb3bc555fe9f338c7b6212416d331cc46 Mon Sep 17 00:00:00 2001 From: RasperMaths <131694670+RasperRevision@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:30:42 +0100 Subject: [PATCH] Update style.css --- style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index 1af8c94..76053e9 100644 --- a/style.css +++ b/style.css @@ -100,6 +100,7 @@ body::-webkit-scrollbar { margin: 10px; padding-inline: 0; filter: brightness(90%); + background-color: var(--rasper-green); } .home_btn_row { @@ -204,15 +205,15 @@ body::-webkit-scrollbar { content: ''; position: absolute; background: var(--rasper-green); - left: 0; - bottom: -5px; + left: 15px; + bottom: 3px; right: 100%; - height: 5px; - transition: right 100ms ease-in-out; + height: 3px; + transition: right 120ms ease-in-out; } .header-link:hover::before { - right: 0; + right: 15px; } #sidebar { @@ -493,4 +494,4 @@ body::-webkit-scrollbar { margin-left: 0.01px; } -} +} \ No newline at end of file