From 25b5b771ddaad22324315021f6c2d96a17455927 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Sat, 4 Dec 2021 15:21:25 +0100 Subject: [PATCH] Channge font of "Home Shelf" titles --- src/styles/main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/styles/main.scss b/src/styles/main.scss index 004b209..36a2090 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -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; }