MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
Giving spoiler-text a slight different background colour - make the "spoilers" distringuishable from regular text when they're not hidden.
m (Marking spoiler stuff as "!important")
m (Giving spoiler-text a slight different background colour - make the "spoilers" distringuishable from regular text when they're not hidden.)
Line 10: Line 10:
     color: white !important;
     color: white !important;
     background: black !important;
     background: black !important;
}
.spoiler-text {
    background: #EEE;
}
}


Navigation menu