Dark theme for learnyouahaskell.com
Dark theme for learn you a haskell by lcenzo
Details
Authorlcenzo
LicenseNo License
Categorylearnyouahaskell
Created
Updated
Size685 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 learnyouahaskell.com
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("learnyouahaskell.com") {
body, .bgwrapper, #content, h1, h2, h3, h4, h5, h6 {
color: #eee;
background-color: #2e2e2e;
}
#content {
font-size: 1.2em;
}
.fixed {
background-color: #1a1a1a;
color: #d5d5d5;
}
.hintbox {
color: black;
}
a, .chapters > li > ul > li a, .chapters li a {
color: #4ea0ff;
}
a:visited, .chapters > li > ul > li a:visited, .chapters li a:visited {
color: aqua;
}
img, .right, .left {
background-color: #dedede;
padding: 10px;
}
}