MediaWiki:Vector.css: Difference between revisions

From Rejoice in the Catholic Faith
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .vector-menu-heading { font-weight: bold; }")
 
No edit summary
Tag: Reverted
Line 4: Line 4:
.vector-menu-heading {
.vector-menu-heading {
     font-weight: bold;
     font-weight: bold;
    background-color: #f8f9fa;
}
}

Revision as of 09:13, 25 February 2024

/* All CSS here will be loaded for users of the Vector skin */


.vector-menu-heading {
    font-weight: bold;
    background-color: #f8f9fa;
}