/* ==UserStyle==
@name       Remove page background
@version    20241224.11.01
@description Remove page background for dark reader to somewhat work
@license MIT
@namespace  ?
@downloadURL https://update.greasyfork.org/scripts/569944/Remove%20page%20background.user.css
@updateURL https://update.greasyfork.org/scripts/569944/Remove%20page%20background.meta.css
==/UserStyle== */

@-moz-document url-prefix("https://www.dofuspourlesnoobs.com/") {
    #main-wrap {
        background: none !important;
    }

    .dungeon-last-update {
        background: none !important;
    }
}