Remove the dull effect on italicized text.
Italics Ghostbuster by maroonless
Details
Authormaroonless
LicenseNo License
Categoryhttps://janitorai.com/
Created
Updated
Size322 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 ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("janitor.ai") {
/*** Text color (Standard, bold & italicized) ***/
.css-10c6i1g em, i, p {
color: #FFFFFF !important;
}
}