removes dark overlay when hovering on pins
Pinterest Anti-Dim by minnieo

Details
Authorminnieo
LicenseNo License
Categorypinterest.com
Created
Updated
Code size410 B
Code checksumad417400
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Pinterest Anti-Dim
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www.pinterest.com") {
/* --- removes dark overlay when hovering on pins --- */
[data-test-id="contentLayer"] {
background-color: transparent !important;
}
}