A simple dark style for those with sensitive eyes.
Simple dark pragprog.com by markthequark
Details
Authormarkthequark
LicenseNo License
Categorypragprog
Created
Updated
Size446 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 Simple dark pragprog.com
@version 20220324.04.24
@namespace userstyles.world/user/markthequark
@description A simple dark style for those with sensitive eyes.
@author markthequark
@license No License
==/UserStyle== */
@-moz-document domain("pragprog.com") {
html {
filter: invert(.97) hue-rotate(180deg);
background: black;
}
img,
image,
svg {
filter: invert(.97) hue-rotate(180deg);
}
}