Difference between revisions of "MediaWiki:Monobook.css"

From Subscribe-HR Wiki Help
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the MonoBook skin: #p-personal h3 { color: white !important; }")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the MonoBook skin */
 
/* CSS placed here will affect users of the MonoBook skin */
 
#p-personal h3 {
 
#p-personal h3 {
 +
        color: white !important;
 +
}
 +
#p-navigation h3 {
 
         color: white !important;
 
         color: white !important;
 
}
 
}

Revision as of 06:54, 28 November 2023

/* CSS placed here will affect users of the MonoBook skin */
#p-personal h3 {
        color: white !important;
}
#p-navigation h3 {
        color: white !important;
}