Matcha theme: scrollbar color fix

This commit is contained in:
jwty 2021-03-03 00:08:54 +00:00
parent 2a24fde6f1
commit e302df2db6

View File

@ -17,6 +17,7 @@
/*Round corner scrollbar*/
::-webkit-scrollbar-thumb {
background-color: var(--modspotify_miscellaneous_bg) !important;
border-radius: 3px !important;
}