navbarのbrand iconを変更する
UserCSS.icon
参考:
code:style.css
.brand-icon {
width: 32px; height: 32px;
background-color: hsl(from var(--navbar-bg) h s l / 5%);
background-image: var(--brand-icon-url);
background-repeat: no-repeat; background-position: center; background-size: cover;
border-radius: 50%;
svg { display: none; }
}