Purple dark mode with white and orange text.
draplay.info Purple Dark Mode by mousiecat
Details
Authormousiecat
LicenseNo License
Categorydraplay
Created
Updated
Size617 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 draplay.info Purple Dark Mode
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Purple dark mode with white and orange text.
@author Me
==/UserStyle== */
@-moz-document domain("draplay.info") {
/* Insert code here... */
body {
background-color: rgb(69, 36, 91);
}
body, h1 {
color: #e7e7dc;
}
h2, h3, h4, h5, ul.items li .name {
color: #f08d29;
}
.list_episdoe {
color: #95f5ec;
}
#navigation-wrapper {
background-color: #5b16bc;
}
}