Makes the site a little easier on the eyes
sousetsuka.com - Darkmode by shamblernaut
Details
Authorshamblernaut
LicenseNo License
Categorysousetsuka.com
Created
Updated
Size560 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 sousetsuka.com - Darkmode
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes the site a little easier on the eyes
@author Me
==/UserStyle== */
@-moz-document domain("www.sousetsuka.com") {
.entry-content {
background-color: #3a3a3a;
color: white
}
a {
color: #398080
}
.content-wrapper {
background-color: #3a3a3a
}
body {
background-color: #3a3a3a
}
body * {
box-shadow: none !important
}
}