A new dark userstyle
community.topazlabs.com by RealSting

Details
AuthorRealSting
LicenseNo License
Categorycommunity.topazlabs.com
Created
Updated
Size842 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 community.topazlabs.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("community.topazlabs.com") {
body {
background-color: #1c2129;
}
li,
p,
h3 {
color: white
}
#topic-title h1 a {
color: #FAF50A;
}
.timeline-container .topic-timeline .timeline-replies {
color: red;
}
.topic-list-main-link a.title,
.latest-topic-list-item .main-link a.title,
.topic-list .main-link a.title {
color: #668338;
}
.category-list .category-name {
color: #668338;
}
.nav-pills > li > a,
.nav-pills > li button {
color: #695d5d;
}
}