Jump to content

MediaWiki:Common.css: Difference between revisions

From Battle Cats Game Modding Wiki
No edit summary
No edit summary
Line 4: Line 4:


.mw-logo-icon img {
.mw-logo-icon img {
     border-radius: 100%;
     border-radius: 50%;
     background-color: white;
     background-color: white;
}
}

Revision as of 17:36, 5 September 2025

.mw-logo {

}

.mw-logo-icon img {
    border-radius: 50%;
    background-color: white;
}