MediaWiki:Common.css: Difference between revisions

From Ghost Theory Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 142: Line 142:
     color: #f5d000 !important;
     color: #f5d000 !important;
     fill: #f5d000 !important;
     fill: #f5d000 !important;
}
/* --- MAKE THE MOBILE MENU BACKGROUND SOLID BLACK --- */
.mw-extended-menu,
.mw-extended-menu .mw-extended-menu-content {
    background: #000 !important;
}
/* --- DARKEN THE OVERLAY BEHIND THE MENU --- */
.mw-extended-menu-overlay {
    background: rgba(0,0,0,0.85) !important;
}
/* --- ENSURE MENU TEXT IS READABLE --- */
.mw-extended-menu,
.mw-extended-menu * {
    color: #fff !important;
}
/* --- YOUR LINK COLORS --- */
.mw-extended-menu a {
    color: #f5d000 !important;
}
.mw-extended-menu a:visited {
    color: #c0c0c0 !important;
}
}