No edit summary |
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 */ | ||
/* Override | /* Override the color for mw-file-element */ | ||
. | .mw-file-element { | ||
color: #315c27; /* Replace with the color you want */ | |||
} | } | ||
Revision as of 01:33, 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 */
}
