アイコン置換UserCSS
UserCSS.icon
https://scrapbox.io/files/6a1995a365e24daf8cc21185.pnghttps://scrapbox.io/files/6a19957065e24daf8cc21143.png
比較用:
Nrem.icon
アイコン置換UserCSS.icon
Nrem.icon
アイコン置換UserCSS.icon
code:style.css
& {
display: inline-block;
background-repeat: no-repeat; background-position: top; background-size: cover;
& > img { display: none !important; }
}
.line & {
background-position: center top;
vertical-align: sub;
height: var(--indent-width, 1.5em);
width: auto;
min-width: var(--indent-width, 1.5em);
}
.line &:has(> img.strong-icon) {
height: 4.5em;
min-width: 4.5em;
}
.line.cursor-line & {
background-image: none;
& > img.icon { display: inherit !important; }
}
}