Adds a dark border around popup menus around Spotify player for better contrast
Better contrast for Spotify popup menus by pomelo
Details
Authorpomelo
LicenseNo License
Categoryopen.spotify.com
Created
Updated
Size201 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Menu contrast
@version 20240303.22.13
@namespace ?
==/UserStyle== */
@-moz-document domain("open.spotify.com") {
[role="menu"] {
border: 3px solid gray;
}
}