Dark mode for the Pikker userstyle!
Dark4Pikker by wishstyles
Details
Authorwishstyles
LicenseGPL-3.0
Categoryhttps://pikidiary.lol
Created
Updated
Size677 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 Dark4Pikker
@version 20241103.23.32
@namespace https://userstyles.world/user/wishstyles
@description Dark mode for the Pikker userstyle!
@author wishstyles
@license GPL-3.0
==/UserStyle== */
@-moz-document domain("pikidiary.lol") {
/* NOTICE! THIS USERSTYLE IS MADE TO WORK WITH https://userstyles.world/style/19054/pikker */
.posts, .post, .post-content {
background-image: url("https://f.feridinha.com/lZf92.png");
}
a {
color: blue
}
.post-name, .like-count, .post-content, span, .post-button {
color: white
}
.tab, form {
background-image: url("https://f.feridinha.com/lZf92.png");
color: white
}
}