diff --git a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css index adaac41..baa5a6a 100644 --- a/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css +++ b/Jellyfin.Plugin.MediaBarEnhanced/Web/mediaBarEnhanced.css @@ -502,7 +502,7 @@ font-size: 18px; white-space: nowrap; background-color: rgba(255, 255, 255, 0.9); - color: #000; + color: rgb(0, 0, 0); cursor: pointer; transition: all 0.3s ease; font-weight: 700; @@ -515,6 +515,7 @@ .detail-button { font-size: 18px; + background-color: rgba(255, 255, 255, 0.9); color: rgb(0, 0, 0); border-radius: 50%; height: 50px; @@ -529,6 +530,7 @@ .favorite-button { font-size: 18px; + background-color: rgba(255, 255, 255, 0.9); color: red; border-radius: 50%; height: 50px;