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.
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
/* Sidebar container */
#mw-panel {
background-color: #f8f8f8;
padding: 15px;
border: 1px solid #ddd;
border-radius: 4px;
}
/* Sidebar section headings */
#mw-panel .portal .mw-portlet-heading {
font-size: 18px;
font-weight: bold;
color: #444;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}
/* Sidebar links */
#mw-panel ul {
list-style-type: none;
padding-left: 0;
}
#mw-panel ul li {
padding: 8px 0;
}
#mw-panel ul li a {
font-size: 16px;
color: #007bff;
text-decoration: none;
display: inline-flex;
align-items: center;
}
#mw-panel ul li a i {
margin-right: 8px;
}
/* Hover effect for links */
#mw-panel ul li a:hover {
text-decoration: underline;
}