edit of gyaru's bg removal style. Sets wiki mainpage bg to a dark color, to be used in conjunction with the DarkReader extension.
gbf.wiki/Main_Page - Dark BG by umikin
Details
Authorumikin
LicenseNo License
Categorygbf.wiki
Created
Updated
Size237 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 gbf.wiki/Main_Page - Mar 2024
@version 20240310.22.19
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://gbf.wiki/Main_Page") {
.mw-body {
background: #1b1c1d !important;
}
}