From Battle Cats Game Modding Wiki
|
|
| (11 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* Style for the logo */
| |
| #p-logo a {
| |
| 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 */
| |
| }
| |
|
| |
| .mw-logo-icon { | | .mw-logo-icon { |
| background-image: url("/logo.png") !important;
| | border-radius: 10%; |
| | background-color: white; |
| } | | } |
Latest revision as of 17:40, 5 September 2025
.mw-logo-icon {
border-radius: 10%;
background-color: white;
}