Fixes background to make it compatible with Dark Background and Light Text browser extension.
当前为
/* ==UserStyle==
@name Fandom mobile background fix
@description Fixes background to make it compatible with Dark Background and Light Text browser extension.
@author Korakys
@namespace fandom.com
@version 1.0.0
@license CC0
==/UserStyle== */
@-moz-document domain("fandom.com") {
body {
background-color: inherit;
background-image: inherit;
}
}