Easy darkmode
Inverted sqlite.org by wewise

Details
Authorwewise
LicenseNo License
Categorysqlite.org
Created
Updated
Code size294 B
Code checksum54c7f387
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Inverted sqlite.org
@version 20250329.18.55
@namespace https://userstyles.world/user/wewise
@description Easy darkmode
@author wewise
@license No License
==/UserStyle== */
@-moz-document domain("sqlite.org") {
html {
filter: invert(1);
}
}