spicetify-themes/Dobbo/user.css

32 lines
418 B
CSS
Raw Normal View History

2020-02-24 16:15:36 +01:00
html,
body {
font-family: 'Montserrat';
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase !important;
font-family: 'Monoton Regular';
font-weight: 100 !important;
}
.player-bar-wrapper {
background-color: #282F3D !important;
}
.SidebarListItem {
transition: background-color 0.3s linear;
}
.SidebarListItem:hover {
background-color: #1f2430 !important;
}
::-webkit-scrollbar {
display: none;
}