dark theme for the *related sites.
- embeddedrelated.com
- mlrelated.com
Authors-light
LicenseNo License
Categoryembeddedrelated.com
Created
Updated
Size754 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
dark theme for the *related sites.
/* ==UserStyle==
@name embeddedrelated.com V2
@namespace github.com/openstyles/stylus
@version 1.0.0
@description dark theme for the *related sites: embeddedrelated.com, mlrelated.com
@author Stefan Krüger s-light.eu
==/UserStyle== */
@-moz-document domain("embeddedrelated.com"), domain("mlrelated.com") {
html,
body {
background-color: hsl(270, 100%, 6%);
color: hsl(35, 30%, 55%)
}
.tab-container .panel-container-topborder {
background-color: hsl(270, 100%, 6%);
}
.replyheader {
color: hsl(35, 30%, 55%);
}
#blogarticle h1 {
color: hsl(35, 100%, 55%);
}
#blogarticle h2 {
color: hsl(35, 80%, 55%);
}
#blogarticle h3,
#blogarticle h4,
#blogarticle h5 {
color: hsl(35, 45%, 55%);
}
}