.column-link--logo, 
.ui__header__logo,
.drawer__inner__mastodon img {
    display: none !important; /* 元のロゴを非表示にする */
}

.column-link--logo,
.ui__header__logo,
.drawer__inner__mastodon {
    background-image: url("https://msk.next-meta.net/files/3fb1cc35-be2b-4e21-890c-39a7fd861810"); /* 変更後のロゴURL */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px; /* 必要に応じて高さを調整 */
    width: 100%;
}

