scroll-bar(css): fix white track color on list

pages, due to diff bg
This commit is contained in:
Aditya Telange 2020-11-09 11:52:57 +05:30
parent 64e8532a50
commit c960b8af04
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -116,6 +116,10 @@ img {
background: var(--theme);
}
.list::-webkit-scrollbar-track {
background: var(--code-bg);
}
*::-webkit-scrollbar-thumb {
background: var(--tertiary);
border-radius: var(--radius);