Pitch black darkmode for pintrest
zy by zysofyee
Details
Authorzysofyee
LicenseNo License
Categorypintrest
Created
Updated
Code size670 B
Code checksum965ee433
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("https://www.pinterest.com/zysofyee/") {
body, html, .App, .AppContent, .AppBase, .AppContainer, .AppContent, .Board, .Header, .Pin, .HomePage {
background-color: #000 !important;
}
* {
color: #fff !important;
}
input, textarea {
background-color: #222 !important;
color: #fff !important;
border: 1px solid #444 !important;
}
button {
background-color: #111 !important;
color: #fff !important;
border: 1px solid #333 !important;
}
}