settings
#tech #css
Scrapboxアイコンをバーガーアイコンに置き換え */
code:style.css
.navbar-brand img, .navbar-brand span { display: none !important }
.navbar-brand::before {
content: '\f0c9';
font-family: FontAwesome;
font-size: 28px;
color: #bbbbbb;
}
行頭の dot の調整
code:style.css
.line .indent-mark .dot {
top: 11px;
width: 6px;
height: 3px;
background-color: #c9c9c9;
}