darkness to mask the crow's passage
munin-dark by xjix
Details
Authorxjix
LicenseCC Zero
Categoryuserstyles
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 munin-dark
@version 20211119.16.14
@namespace userstyles.world/user/xjix
@description darkness to mask the crow's passage
@author xjix
@license CC Zero
==/UserStyle== */
@-moz-document regexp("http[s]?://.*/munin/.*") {
@namespace url(http://www.w3.org/1999/xhtml);
html,
body,
p,
h3,
h2,
h1,
span,
td,
tr,
#header,
#footer {
background-color: #444 !important;
color: #eee !important; }
a:link,
a:visited,
a:link:active,
a:link:hover {
color: #6af !important;
text-decoration: none; }
}