A dark theme
livestrong dark by zc2com
Details
Authorzc2com
LicenseNo License
Categorywww.livestrong.com
Created
Updated
Size636 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 www.livestrong.com/
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A dark theme
@author zc2
==/UserStyle== */
@-moz-document url-prefix("https://www.livestrong.com/") {
div,p,footer {
background-color: #000!important;
color: #EEE!important;
}
h1,h2,h3,h4 {
color: #EE0!important;
}
a {
color: #8EE!important;
}
a.item__link, a.livestrong-logo div, div.svg {
background-color: #999!important;
}
a.livestrong-logo div {
padding: 5pt!important;
}
}