simple dark mode for daftsex
daftsex.com by radekd532
Details
Authorradekd532
LicenseNo License
Categorydarkmode dark mode
Created
Updated
Size568 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 daftsex.com
@version 20220507.19.31
@namespace userstyles.world/user/radekd532
@description simple dark mode for daftsex
@author radekd532
@license No License
==/UserStyle== */
@-moz-document domain("daftsex.com") {
html, body {
color: #e7e7e7;
background-color: #1a1a1a;
}
.header {
background-color: #1a1a1a
}
.head-menu>a {
color: #e7e7e7;
}
.rightbar {
background-color: #1a1a1a;
}
a {
color: #e7e7e7;
}
.footer {
background-color: #1a1a1a;
}
.footer .copy a {
color: #e7e7e7;
}
}