MediaWiki:Common.css: Difference between revisions

From Amethyst Collaborative Knowledge
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Reverted
Line 5: Line 5:
.bg-amethyst {
.bg-amethyst {
     background-color: #e8d5f5 !important;
     background-color: #e8d5f5 !important;
}
.bg-amethyst .searchGoButton,
.bg-amethyst .mw-searchButton {
    color: #4a1a6b;
}
}

Revision as of 03:09, 10 February 2026

body.page-Main_Page .contentHeader {
    display: none;
}

.bg-amethyst {
    background-color: #e8d5f5 !important;
}


.bg-amethyst .searchGoButton,
.bg-amethyst .mw-searchButton {
    color: #4a1a6b;
}