settings
特定のページを見えなくする
code:style.css
{display: none !important;}
左上のロゴを設定
code:style.css
.brand-icon {
width: 30px;
height: 30px;
background-image:var(--logo-url);
background-size:cover;
background-repeat:no-repeat;
/* border-radius: 50%; */
svg {display: none;}
}