body {
background-color: #be2099;
}
<Stylus> by Seima0522
Details
AuthorSeima0522
LicenseNo License
Categorybody { background-color: #be2099; }
Created
Updated
Size195 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 <Stylus>
@version 20241024.10.36
@namespace ?
==/UserStyle== */
@-moz-document regexp("^\\w+-extension://[^/]+/edit.*") {
body {
background-color: #be2099;
}
}