Simple dark theme for https://hyperpolyglot.org/
Hyperpolyglot Simple Dark by xdelta
Imported from https://github.com/XDelta/StylusUserCSS/blob/master/hyperpolyglot-simple-dark.user.css
Mirrored from https://raw.githubusercontent.com/XDelta/StylusUserCSS/master/hyperpolyglot-simple-dark.user.css
Details
Authorxdelta
LicenseCC-BY-SA-4.0
CategoryHyperpolyglot
Created
Updated
Size589 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 Hyperpolyglot Simple Dark
@namespace XDelta
@version 0.1.0
@homepageURL https://github.com/XDelta/StylusUserCSS
@license CC-BY-SA-4.0
@author XDelta
==/UserStyle== */
@-moz-document domain("hyperpolyglot.org") {
body, #header{
background-color: #111;
color: #eee;
}
a {
color: #ccc;
}
table.wiki-content-table th {
border: 0px solid #ccc;
background-color: #222;
}
.code {
background-color: #333;
}
tt {
color: #aaa;
}
}