MediaWiki:Common.css: Difference between revisions

From VEHRDICT Support
Jump to navigation Jump to search
Tag: Replaced
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.vector-main-menu a:hover {
  text-decoration: none;        /* No underline on hover */
  color: #0078d7;              /* Optional hover color */
  background-color: #f0f0f0;    /* Optional background */
}

Latest revision as of 00:17, 5 August 2025

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


.vector-main-menu a:hover {
  text-decoration: none;        /* No underline on hover */
  color: #0078d7;               /* Optional hover color */
  background-color: #f0f0f0;    /* Optional background */
}