This userstyle fixes Toastful website in dark theme. (Url in blue and title appearign in black)
It required !important to be used.
Force Fix Toastful Dark Theme by EspritOrgue
Details
AuthorEspritOrgue
LicenseMIT
Categorytoastful
Created
Updated
Size381 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 Force Fix Toastful Dark Theme
@version 20250124.10.12
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.toasteful.com") {
a:link {
color: #fff !important;
text-decoration: underline;
}
a:visited {
color: #aaa !important;
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
color: #fff !important;
}
}