Customizes Google browser with eevees
Eeveelutions pink floid by Dipladoupus

Details
AuthorDipladoupus
LicenseNo License
CategoryGoogle
Created
Updated
Size330 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 Test style name
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("userstyles.world") {
* {
color: crimson;
}
}
@-moz-document url-prefix("https://userstyles.world/docs/") {
h1, h2, h3 {
color: tan;
}
}