A dark mode for reading novels online
Novelusb.com Dark Mode by antidamage
Details
Authorantidamage
LicenseCC Zero
Categorynovelusb.com/
Created
Updated
Size402 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 novelusb.com - 6/25/2023, 8:40:36 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("novelusb.com") {
body {
filter: brightness(90%) invert(100%) hue-rotate(180deg);
}
a,
header,
input {
filter: brightness(90%) invert(100%) hue-rotate(180deg);
}
}