MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: .std_verb { color:"green"; }" |
No edit summary |
||
Line 2: | Line 2: | ||
.std_verb { | .std_verb { | ||
color:" | color:"blue"; | ||
} | } |
Revision as of 10:43, 15 September 2025
/* CSS placed here will be applied to all skins */ .std_verb { color:"blue"; }