Custom dark mode for HotChocolate's docs.
HotChocolate - DarkMode for Docs by pixelweaver
Details
Authorpixelweaver
LicenseNo License
Categoryuserstyles
Created
Updated
Size718 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 chillicream.com - 6/23/2022, 10:57:30 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("chillicream.com") {
body {
background-color: #363636;
--cc-heading-text-color: #b8f7ff;
--cc-text-color: #e8e8e8;
--cc-background-color: #363636;
}
.doc-page-aside__Aside-s4ne5m-0, .doc-page-navigation__Navigation-ssy9ga-0 {
background-color:#363636;
}
.eTOHgd {
background-color:#384669;
}
blockquote {
background-color: #505b66;
}
.dQSyps {
color: white;
}
}