Skip to content

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

Adds a dark border around popup menus around Spotify player for better contrast

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;
}
}

Reviews

No reviews yet.