change --scrollbar-thumb color code

Just to make it looks a little bit different against the cards
background color.
This commit is contained in:
k 2021-06-14 06:36:33 -05:00
parent bd6ef236ce
commit 70581b7b84

View File

@ -45,7 +45,7 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff;
--accent-color-darker: #bdc3c7;
--accent-color-text: #000;
--body-text-color: rgba(255, 255, 255, 0.7);
--scrollbar-thumb: #424242;
--scrollbar-thumb: hsl(0, 0%, 30%);
--scrollbar-track: var(--body-background);
}
}