style.css/* カーソルのある行の背景色と下線を薄いグレーにする */ .cursor-line { background-color: rgba(0, 0, 0, .02); box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, .3); }