MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions 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 */ | |||
text-decoration: none; | |||
} | } |
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 */ }