Darkmode reading pleasure for c2.wiki
c2.wiki - ocodo darkmode by jasonm23
Details
Authorjasonm23
LicenseGNU GPL3
Categoryprogramming
Created
Updated
Size727 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 c2.wiki - ocodo darkmode
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Darkmode for c2.wiki
@author Jason Milkins
==/UserStyle== */
@-moz-document domain("wiki.c2.com") {
* {
background: #222 !important;
color: #BBB !important;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
}
a {
color: #6a949e !important;
}
.page h1 span:first-child {
color: #6a949e !important;
}
.page img {
background-color: #6a949e !important;
}
.page {
width: 70%;
margin: 0 15%;
}
}