Scrapbox iconをhamburger iconにする
こうなる
2021-07-06
style.css.brand-icon {
display: none !important;
}
.navbar-brand::before {
content: '\f0c9';
font-family: 'Font Awesome 5 Free';
font-size: 28px;
font-weight: 900;
color: #bbbbbb;
}
old versions
style.old2.css.brand-icon { display: none !important }
.navbar-brand::before {
content: '\f0c9'; font-family: FontAwesome; font-size: 28px; color: #bbbbbb; }
style.old.css.navbar-brand img, .navbar-brand span { display: none !important }
.navbar-brand::before {
content: '\f0c9'; font-family: FontAwesome; font-size: 28px; color: #bbbbbb; }