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;