/* ==UserStyle==
@name           Hashnode: Dark Mode Enhancement
@namespace      https://www.timhilton.xyz/stylus-rules/
@version        1.0.0
@description    Applies dark mode styling to Hashnode with a custom dark color scheme
@author         Tim Hilton
@homepageURL    https://www.timhilton.xyz/stylus-rules/hashnode/dark-mode-enhancement/
@updateURL      https://www.timhilton.xyz/stylus-rules/hashnode/dark-mode-enhancement/latest/dark-mode-enhancement.user.css
==/UserStyle==*/

@-moz-document domain("hashnode.com") {
html#current-style.dark #__next div {
    background-color: #303038 !important;
    color: #f2f2e1;
}
}
