mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-20 20:59:07 +00:00
Channge font of "Home Shelf" titles
This commit is contained in:
parent
9e7349712b
commit
25b5b771dd
1 changed files with 5 additions and 1 deletions
|
|
@ -1241,6 +1241,10 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
|||
color: spiceColor("sidebar-text") !important;
|
||||
}
|
||||
|
||||
.main-shelf-title {
|
||||
@include spiceFont("glue");
|
||||
}
|
||||
|
||||
/* translucent background cover */
|
||||
.Root__top-container::before {
|
||||
z-index: 3;
|
||||
|
|
@ -1271,7 +1275,7 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
|||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
// Hide default Sporify "Offline" notice
|
||||
// Hide default Spotify "Offline" notice
|
||||
.main-noConnection {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue