MediaWiki:Common.css: Difference between revisions

From apogeawiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: body { background-color: #202124; color: #e8eaed; } a { color: #8ab4f8; } div { color: #202124;}"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
    background-color: #202124;
    color: #e8eaed;
}
a {
    color: #8ab4f8;
}
div { color: #202124;}

Revision as of 18:15, 4 July 2025

/* CSS placed here will be applied to all skins */