A dark theme for media.ccc.de
Darkmode media.ccc.de by rosenclosed

Details
Authorrosenclosed
LicenseCC Zero
Categorymedia.ccc.de
Created
Updated
Code size559 B
Code checksumf691e71
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Darkmode media.ccc.de
@namespace github.com/openstyles/stylus
@version 0.0.1
@description A dark theme for media.ccc.de
@author rosenclosed
==/UserStyle== */
@-moz-document domain("media.ccc.de") {
/* Insert code here... */
body {
background-color: #121212;
color: #ffffff;
}
h1,
h2,
h3,
h4 {
color: #ffffff;
}
a {
color: #b745ff;
}
a:hover {
color: #a95adb;
}
tr:nth-child(2n-1) {
color: black;
}
}