Anonymous
×
Create a new article
Write your page title here:
We currently have 7 articles on wiki.jedimud.net. Type your article name above or click on one of the titles below and start writing!



wiki.jedimud.net

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Override the color for mw-file-element */
.mw-file-element {
    color: #315c27; /* Replace with the color you want */
}

Revision as of 01:35, 20 January 2025

/* CSS placed here will be applied to all skins */
/* Override the color for mw-file-element */
.mw-file-element {
    color: #315c27; /* Replace with the color you want */
}