A dark theme for Woolyss's Chromium page
Dark Woolyss Chromium by snoopy
Details
Authorsnoopy
LicenseNo License
Categorychromium
Created
Updated
Size869 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 Dark Woolyss Chromium
@namespace github.com/openstyles/stylus
@version 0.1.0
@description A dark theme for Woolyss's Chromium page
@author snoopy
==/UserStyle== */
@-moz-document domain("chromium.woolyss.com") {
a.title, body, code, div#top, input.f:focus, textarea.f:focus {
background: #000;
color: #ccc;
}
details.info, div.info, .news, #comments .each, input.f, textarea.f, ul.item li {
background: #111;
color: #ccc;
}
ul.disc.small {
color: #aaa;
}
span:hover.tooltip span, ul.item li:hover {
background: #222;
color: #ccc;
}
.stable {
background: #003300;
}
.dev {
background: #000033;
}
.canary {
background: #333300;
}
.official {
background: #330000;
}
div.content, h2 a, h3 a, small {
color: #ccc !important;
}
}