Skip to content

Simple dark pragprog.com by markthequark

Screenshot of Simple dark pragprog.com

Details

Authormarkthequark

LicenseNo License

Categorypragprog

Created

Updated

Size446 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple dark style for those with sensitive eyes.

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);
}
}

Reviews

No reviews yet.