MediaWiki:Common.css: Difference between revisions

From LOTR-TCG Wiki
imported>Teltura
(Removed font loading for performance reasons.)
No edit summary
Line 6: Line 6:
.redbg {
.redbg {
     background: #dd0000;
     background: #dd0000;
}
.quote {
    background-color: #FAEBD7;
    border-color: darkcyan;
}
}

Revision as of 21:19, 21 September 2021

/* CSS placed here will be applied to all skins */
.whitebg {
    background: #ffffff;
}

.redbg {
    background: #dd0000;
}


.quote {
    background-color: #FAEBD7;
    border-color: darkcyan;
}