style.csshtml:is([data-project-theme="default-dark"], [data-project-theme="paper-dark-dark"]) {
--cursor-line-bg: rgb(255 255 255 / 4%);
--cursor-line-shadow: rgb(255 255 255 / 40%);
}
.cursor-line {
background-color: var(--cursor-line-bg, rgb(0 0 0 / 2%));
box-shadow: inset 0 -5px 5px -5px var(--cursor-line-shadow, rgb(0 0 0 / 30%));
}
:is
でまとめた