generated at
展開された正規表現を小さくするCSS
こうなる -> aaa aaa aaa
style.css
.line:not(.cursor-line) .deco-\, { font-size: 0px; } .line:not(.cursor-line) .deco-\,::before { font-size: 13px; content: '[ ]'; background-color: #fbebdd; color: #f17c00; }

こうなる
2024ー02ー23 app.css のセレクターに合わせた
style.css
.dropdown-menu > li > a[href*="%E2%80%8B"] { font-size: 12px; line-height: 22px; color: gray; }

2024-02-23
セレクターを app.css に合わせた
formatした
style.css
.related-page-list .grid li.page-list-item[data-page-title*="​"] { display: none; }


Settings
UserCSS