Tampermonkey Documentation Dark Theme
Tampermonkey Documentation Dark by WgetCloud
Details
AuthorWgetCloud
LicenseNo License
Categorytampermonkey.net
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Tampermonkey Documentation Dark
@namespace github.com/openstyles/stylus
@version 1.0.1.1
==/UserStyle== */
@-moz-document domain("tampermonkey.net") {
body {
font-size: 100% !important;
background-color: #223;
}
body > .content .col-full {
background-color: #112;
color: #eee;
}
body > .content .col-full .row h2 {
font-size: 1.25rem;
color: #def;
font-weight: unset;
background-color: #5678;
}
.subnav,
.subnav .tabs {
background: unset !important;
}
.tabview .tab:first-child {
padding-left: unset;
}
.subnav .tab-switch:checked + .tab-label {
background: #fffd;
}
.tabview .tab-switch:checked + .tab-label {
border-right-color: #cccc;
}
a:link {
color: #eb9;
}
a:visited {
color: #f1dbca;
}
#toc > a {
padding: .15rem 0;
letter-spacing: .02ch;
}
body > .content .col-full .row h1 {
color: #ddd;
}
.content .hljs-comment,
.content .hljs-deletion,
.content .h1ljs-meta {
color: #d5d4db;
font-size: .95rem;
}
.footer {
background: #223;
border-top: 1px solid #ea18;
}
.searcad,
.adsbygoogle {
display: none !important;
}
}