dark mode for the pixpet wiki :)
Pixpet Wiki Dark by inked
Details
Authorinked
LicenseNo License
Categorypixpet
Created
Updated
Size570 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 Pixpet Wiki Dark
@version 20211130.12.39
@namespace userstyles.world/user/inked
@description dark mode for the pixpet wiki :)
@author inked
@license No License
==/UserStyle== */
@-moz-document domain("pixpet.fandom.com") {
:root {
--theme-body-background-image: url(https://pixpet.net/css/images/darkmode/pageBackgroundDarkmode.gif);
--theme-body-background-color: #000;
}
.global-navigation, .global-navigation__top, .global-navigation__bottom {
background-color: #8080807a
}
}