A toggle that makes the screen darker, you can adjust the brightness yourself.
Sheezy.Art - Dim Light (Toggle) by 6meikyuu9
Details
Author6meikyuu9
LicenseNo License
Categoryhttps://sheezy.art
Created
Updated
Size292 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 Sheezy.Art - Dim Light Toggle
@namespace https://sheezy.art
@version 1.0.0
@description Just some tweaks
@author Meikyuu
==/UserStyle== */
@-moz-document domain("sheezy.art") {
html {
filter: brightness(90%) invert(0%);
}
}