n0x-styles / wikipedia-dark

https://userstyles.world/style/1691/wikipedia-deep-dark-theme
44 stars 20 forks source link

"We ask you, humbly, to help." has white background #27

Open MangaD opened 4 years ago

MangaD commented 4 years ago

The following CSS improved it for me.

#frb-inline {
    background: #222;
}
.frb-legend, .frb-inline-close, .frb-inline-rml-form-close, .frb-inline-close:hover, .frb-inline-close:focus, .frb-inline-rml-form-close:hover, .frb-inline-rml-form-close:focus {
    color: #ededed;
}