A new userstyle
[Dark mode] sveltebyexample.com by afonsoneto
Details
Authorafonsoneto
LicenseNo License
Categorysvelte dev
Created
Updated
Size373 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 sveltebyexample.com - Nov 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("sveltebyexample.com") {
body {
background: black;
color: white;
}
code { color: black; }
pre { filter: invert(1); }
}