A new userstyle
netzpolitik.org - Feb. 2024 by Fra
Details
AuthorFra
LicenseNo License
Categoryhttps://netzpolitik.org/
Created
Updated
Size305 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 netzpolitik.org - Feb. 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://netzpolitik.org/") {
* {
background-color: pink;
color: white;
}
}