From 1c8406ce3c2b8410ea035bec16aa00469e00a660 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Fri, 23 Aug 2019 16:12:33 +0530 Subject: [PATCH] :art: Styled scrollbars --- style.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 0cfa16ef3..517a53037 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,19 @@ --err-color: #393939; } +::selection { + background-color: var(--ac-color); + color: var(--bg-color); +} + +::-webkit-scrollbar { + width: 8px; +} + +::-webkit-scrollbar-thumb { + background-color: #4a4a4a; +} + * { box-sizing: border-box; outline: 0; @@ -12,11 +25,6 @@ font-family: 'Poppins', 'Roboto', 'Noto', sans-serif; } -::selection { - background-color: var(--ac-color); - color: var(--bg-color); -} - @keyframes fadein { from { opacity: 0;