From Battle Cats Game Modding Wiki
|
|
| Line 2: |
Line 2: |
| .mw-logo-icon { | | .mw-logo-icon { |
| background-color: white; /* Set background to white */ | | background-color: white; /* Set background to white */ |
| border-radius: 50%; /* Make the logo circular */
| |
| display: inline-block; /* Ensure the background and border-radius apply */
| |
| overflow: hidden; /* Hide overflow to maintain circular shape */
| |
| width: 100%;
| |
| height: auto;
| |
| } | | } |
|
| |
|
Revision as of 17:31, 5 September 2025
/* Style for the logo */
.mw-logo-icon {
background-color: white; /* Set background to white */
}
/*.mw-logo-icon {
background-image: url("/logo.png") !important;
}
*/