Remove page background to make dark reader work
Remove page background for dark reader by reinvigoratenow
Details
Authorreinvigoratenow
LicenseNo License
Categorydofuspourlesnoobs
Created
Updated
Size324 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 Remove page background
@version 20241224.11.01
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.dofuspourlesnoobs.com/") {
#main-wrap {
background: none !important;
}
.dungeon-last-update {
background: none !important;
}
}