Inverts colours to make a dark website style
deepl dark by iskile
Details
Authoriskile
LicenseNo License
Categorydeepl
Created
Updated
Size334 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 www.deepl.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Inverts colours to make a dark website style
@author iSkile
==/UserStyle== */
@-moz-document domain("deepl.com") {
.default {
filter: invert(0.9);
background: #f5f5f5;
}
}