A new userstyle
? - Mar 2024 by ElSamhaa
Details
AuthorElSamhaa
LicenseNo License
Categoryduckduckgo.com
Created
Updated
Size440 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 ? - Mar 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
/*8ab4f8*/
@-moz-document domain("duckduckgo.com") {
article div h2 a span {
color: #8ab4f8;
}
article div h2 a:visited span {
color: #c58af9;
}
section ol li div div div p span {
color: #58ff7f;
}
}