Makes transparent areas opaque for legibility.
Makes text black and links white for legibility.
Isopups Opaque by journeybird
Details
Authorjourneybird
LicenseNo License
Categoryhttps://isopups.com/
Created
Updated
Size592 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Very scrappy since I am out of practice, feel free to modify
Source code
/* ==UserStyle==
@name Isopups No Transparent 2/24
@version 20240226.18.55
@namespace https://userstyles.world/user/bug fan
@description Removes transparency for legibility. Makes text black and links white for legibility.
@author bug fan
==/UserStyle== */
@-moz-document url-prefix("https://isopups.com/") {
body, p, h
{
color: #000 !important
}
div
{
color: #000 !important
}
a
{
color: #fff !important
}
.main-content
{
background-color: #2a6965 !important
}
.row li
{
background-color:#7ce1cf !important
}
}