Customizacja scrollbara

This commit is contained in:
2022-04-30 22:54:58 +02:00
parent 4c35d8e7a4
commit f195cab1f6
3 changed files with 179 additions and 1 deletions
+15
View File
@@ -4,6 +4,21 @@ $bgColor: #2C3149;
$textColor: #fff;
$accentColor: #FFD600;
::-webkit-scrollbar {
width: 0.5rem;
height: 0.5rem;
&-track {
background: #222;
border-radius: 0.5rem;
}
&-thumb {
border-radius: 1rem;
background: #777;
}
}
body,
html {
margin: 0;