メンション記法のUserCSS
あああこんにちは
はいこんにちは
code:style.css
.line:has(.deco-\!:not(.deco-\>)) {
background: hsla(38, calc(1*95.7%), 54.1%, 0.1);
}
.line:has(.deco-\!:not(.deco-\>))::before {
content: " ";
background: hsl(38, calc(1*95.7%), 54.1%);
margin-right: 4px;
position: absolute;
height: 100%;
}
.line:has(.deco-\!:not(.deco-\>)):hover {
background: hsla(38, calc(1*95.7%), 54.1%, 0.08);
}
.line:has(.deco-\!:not(.deco-\>)) .text:not(:has(.indent)) {
padding-left: 10px;
}