MediaWiki:Chameleon.css: Difference between revisions

From koreapedia
No edit summary
No edit summary
Line 1: Line 1:
.p-navbar {
.p-navbar {
     background-color: rgba(252, 200, 0, 0.8) !important; /* #fcc800 with 80% opacity */
     background-color: rgba(252, 200, 0, 0.2) !important; /* #fcc800 with 80% opacity */
     background-image: none !important; /* remove any gradient */
     background-image: none !important; /* remove any gradient */
     border: none !important;
     border: none !important;
}
}

Revision as of 06:23, 4 September 2025

.p-navbar {
    background-color: rgba(252, 200, 0, 0.2) !important; /* #fcc800 with 80% opacity */
    background-image: none !important; /* remove any gradient */
    border: none !important;
}