Jump to content

MediaWiki:Common.css: Difference between revisions

From Codex
No edit summary
No edit summary
Line 2: Line 2:


.std_verb {
.std_verb {
   color:"blue";
   color: blue;
}
}

Revision as of 10:45, 15 September 2025

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

.std_verb {
  color: blue;
}