🎨 Styled scrollbars

This commit is contained in:
Liyas Thomas
2019-08-23 16:12:33 +05:30
parent eb69ddfef9
commit 1c8406ce3c

View File

@@ -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;