Skip to content

Pinterest Simple Mint Dark by anonymus31520

Details

Authoranonymus31520

LicenseNO-REDISTRIBUTION

Categorypinterest.com

Created

Updated

Size853 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Based on simple dark just with tweaked colours to make it dark mint.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Pinterest Simple Dark
@namespace      USO Archive
@author         VWGAMEDEV
@description    `It's super simple, it just inverts everything except images and videos, resulting in a black Pinterest. Accent colors of the logo and buttons are overridden as variables and become black and white.`
@version        20230526.8.6
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@-moz-document domain('pinterest.com') {
div[data-test-id="drawer-image-group-first-image-container"] {
    filter: invert(1);
}
  


img, video {
	 filter: invert(1);
}
 body {
	 filter: invert(1);
	 background-color: #011119;
	 --color-text-icon-brand-primary: #f00;
	 --g-colorRed0: #f00;
	 --g-colorRed100: #f00;
	 --g-colorRed100Active: #f00;
   --g-colorRed100Hovered: #f00;
	--color-background-primary-base: #f00;

}
 
}

Reviews

No reviews yet.