From 62cd5e0cf1ecc7fbf31fc2684925b4c2cbef8d13 Mon Sep 17 00:00:00 2001 From: SaltNuggets Date: Sun, 18 Jul 2021 19:10:44 -0400 Subject: [PATCH] Fixes Fixed the connect to facebook button(wasn't readable in psycho.) --- Dreary/user.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Dreary/user.css b/Dreary/user.css index 74846ac..bb8a9a9 100644 --- a/Dreary/user.css +++ b/Dreary/user.css @@ -132,7 +132,7 @@ span.artist-artistVerifiedBadge-badge svg:nth-child(1) { border: solid 1px; border-radius: 20px; z-index: 5; - color: var(--spice-subbutton-text) !important; + color: var(--spice-subtext) !important; } .player-controls__buttons { @@ -522,4 +522,7 @@ svg[Attributes Style] { } .main-deletePlaylistDialog-secondaryButton{ color:var(--spice-subbutton-text); - } \ No newline at end of file + } + .main-connectToFacebook-facebookButton { + color: var(--spice-subbutton-text); +} \ No newline at end of file