generated at
Scrapbox iconをhamburger iconにする
Scrapbox bland iconhamburger menuのアイコンにするUserCSS
こうなる

2021-07-06
04:55:51 ScrapboxのFont Awesomeが5になった変更を反映した

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; }

hr
old versions
style.old2.css
.brand-icon { display: none !important } .navbar-brand::before { content: '\f0c9'; font-family: FontAwesome; font-size: 28px; color: #bbbbbb; }

2021-01-07 18:20:24 ↓Scrapboxに新Themeが導入された影響で使えなくなった
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; }

#2021-07-06 04:56:26
#2021-01-07 18:20:26
#2020-11-06 20:04:19