Very simple dark using invert
SNHU Simple Dark by matt4499
Details
Authormatt4499
LicenseNo License
Categorysnhu.edu
Created
Updated
Size508 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 SNHU Simple Dark
@version 20241211.05.01
@namespace n/a
@description Very simple dark using invert
@author matt4499
@license none
==/UserStyle== */
@-moz-document url-prefix("https://www.snhu.edu/") {
/* Better selector that excludes content */
html {
filter: invert(0.9) hue-rotate(180deg);
}
/* Re-invert images and videos to their original colors */
img, video, iframe, canvas, svg {
filter: invert(1) hue-rotate(180deg);
}
}