mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-23 11:23:38 +01:00
14 lines
221 B
CSS
14 lines
221 B
CSS
/*Thinner scrollbar*/
|
|
::-webkit-scrollbar {
|
|
height: 6px !important;
|
|
width: 0px !important;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.gc-label-text {
|
|
color: #fafafa;
|
|
}
|
|
|
|
#view-leaderboard-ad {
|
|
display: none !important;
|
|
} |