MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
.directoryIcon a:hover { | .directoryIcon a:hover { | ||
text-decoration: | text-decoration: none; | ||
transform: scale(1.2); /* Zoom on hover */ | |||
} | } |
Revision as of 07:34, 17 March 2025
/* CSS placed here will be applied to all skins */ .directoryIcon { font-size: 1000%; } .directoryIcon a:hover { text-decoration: none; transform: scale(1.2); /* Zoom on hover */ }