Ver código fonte

feat: better song list header text visibility on semi-transparent bg

Sv443 1 mês atrás
pai
commit
02cbcbe77c
1 arquivos alterados com 10 adições e 2 exclusões
  1. 10 2
      assets/style/aboveQueueBtns.css

+ 10 - 2
assets/style/aboveQueueBtns.css

@@ -6,8 +6,16 @@
   margin: unset;
   background-color: var(--bytm-themed-bg-col);
   border-bottom: 1px solid var(--ytmusic-divider);
-  /* fallback for when the ThemeSong bg color is a gradient function instead of a color value */
-  backdrop-filter: blur(8px);
+  /* fallback for when the ThemeSong bg color is a gradient function instead of a color value (Apple Music and YT Music themes) */
+  backdrop-filter: blur(3.5px);
+}
+
+#side-panel
+  ytmusic-tab-renderer
+  ytmusic-queue-header-renderer
+  .ytmusic-queue-header-renderer
+  yt-formatted-string:not(.ytmusic-chip-cloud-chip-renderer) {
+  text-shadow: 1px 1px 3px #000;
 }
 
 #side-panel ytmusic-tab-renderer ytmusic-queue-header-renderer.hidden {