generated at
UserCSS:はんこ記法
stylexx.css
/* はんこ記法 */ .line [class="deco-\( deco-\)"] { display: inline-block; border-radius: 50%; /* */ /*border-radius: 25%; /* */ border: .05em solid #f40; min-width: 1em; padding: .1em; vertical-align: text-bottom; line-height: 1; color: #f40; font-weight: 600 }

stylexx.css
.line [class="deco-\( deco-\}"],.line [class="deco-\{ deco-\)"] { display: inline-block; /* border-radius: 50%; /* */ border-radius: 25px; /* */ border: .05em solid #f40; min-width: 1em; padding: .1em; vertical-align: text-bottom; line-height: 1; color: #f40; font-weight: 600 }
完了
了解

style.css
.line:not(.cursor-line) [class="deco-\( deco-\)"]:not(:has(img.icon)) { border-radius: 50%; border: .05em solid #f40; vertical-align: text-center; line-height: 1; color: #f40; font-weight: 600; padding: 5px; }

UserCSS