mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 19:02:45 +01:00
12 lines
256 B
CSS
12 lines
256 B
CSS
/*Thinner scrollbar*/
|
|
/* ::-webkit-scrollbar {
|
|
height: 6px !important;
|
|
width: 0px !important;
|
|
background-color: transparent;
|
|
} */
|
|
|
|
.TableCellSong__label {
|
|
color: var(--modspotify_main_fg);
|
|
border: 1px solid var(--modspotify_main_fg);
|
|
}
|