Dark theme for documentation of Mongoose.js. Based on theme from ZpeedTube on USO archive
Mongoose Dark Docs by forivall
Details
Authorforivall
LicenseNONE
Categorymongoosejs
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Mongoose Dark Docs
@namespace github.com/openstyles/stylus
@author forivall
@description Dark theme for documentation of Mongoose.js. Based on theme from ZpeedTube on USO archive
@version 202408.1.0
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("mongoosejs.com") {
/** This is mostly meant for the docs section. Made by ZpeedTube **/
body {
background-color: #17242d;
color: #CCC;
}
h1 a, h2 a, h3 a, h4 a, h1, h2, h3, h4 {
color: #EEE;
}
a {
color: #a4a4f4
}
h1 a, h2 a, h3 a, h4 a {
color: #CCF;
}
#menu {
background-color: #17242f;
border-color: #0d151b;
}
#mobile-menu {
border-color: #0d151b;
background-color: #111;
border-color: #222;
}
#menuLink {
color: #CCC;
background-color: #111;
}
.search input {
background-color: #203241;
border-color: hsl(206, 35%, 28%);
}
.pure-menu-children {
background-color: #17242f;
}
li.version ul.pure-menu-children {
border-color: #444;
}
li.version {
border-bottom-color: #444;
}
.pure-menu-active > .pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
background-color: hsl(208, 34%, 12%);
}
.pure-menu-link {
color: #dfc0c0;
}
#logo-container {
background-color: #111;
border-color: #222;
}
.language-javascript {
color: #fff;
}
.hljs-keyword {
color: #99f;
}
.hljs-built_in {
color: #3bf22d;
}
.hljs-title, .hljs-id, .scss .hljs-preprocessor {
color: hsl(345, 55%, 59%);
}
.hljs-comment {
color: #c4c4bb;
}
.hljs-number {
color: #cdec00;
}
.hljs-literal {
color: #afafff;
}
code {
background-color: #333;
color: #ff8181;
}
pre, pre code {
background-color: #333;
color: #eee;
}
.tagline p {
color: #a9cbff;
}
}