Scrapboxアイコンをバーガーアイコンに置き換え
https://gyazo.com/bd9b8fac01f340c5dd9a4c6e75a38a0f
code:style.css
.navbar-brand img,
.navbar-brand span,
.brand-icon {
display: none !important;
}
.navbar-brand::before {
content: "";
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
width: 16px;
height: 16px;
}