MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 145: Line 145:
.vector-menu-heading::before {
.vector-menu-heading::before {
     content: none !important;
     content: none !important;
}
/* Styling Sidebar Headings */
.vector-menu-portal .vector-menu-heading,
#p-navigation h3,
#p-DATABASE h3 {
    font-family: 'Cinzel', serif !important;
    color: var(--kh-green) !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    border-bottom: 1px solid var(--kh-yellow);
    margin-bottom: 8px;
}
}