MediaWiki:Minerva.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 10: Line 10:
.header-container .branding-box {
.header-container .branding-box {
     opacity: 1;
     opacity: 1;
}
.search-box .search {
    background-color: #efeee6;
    border-color: #efeee6;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
.search-box .search::placeholder {
    color: #4c4c4c;
}
}
}
}