Pure dark mode for ff.net
ff.net Pure Dark Mode by eladkse
Details
Authoreladkse
LicenseNo License
Categoryfanfiction.net
Created
Updated
Size897 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 Example
@namespace example.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("fanfiction.net") {
@media (prefers-color-scheme: dark) {
body, #content_parent {
background: #000 !important;
}
#content_parent *:not(hr) {
background: #000 !important;
color: #fff;
}
#content_wrapper_inner {
border: none !important;
}
.zmenu {
background: #444 !important;
border-color: #444;
}
.zmenu a.dropdown-toggle,
.zmenu a.dropdown-toggle b {
color: #fff !important;
border-top-color: #fff !important;
}
}
.storytextp {
-webkit-user-select: text !important;
}
}