MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Categories (single star) - Bold and slightly larger */
#mw-panel .vector-pinnable-element > ul > li {
font-weight: bold;
font-size: 110%; /* Slightly larger font */
color: #000; /* Default black for categories */
}
/* Subcategories (double star) - Normal size and weight */
#mw-panel .vector-pinnable-element > ul > li > ul > li {
font-weight: normal;
font-size: 100%; /* Normal font size */
color: #555; /* Dark gray for subcategories */
}