>>79
IDの色強調も外したほうが見やすかった
```
.rc-id[data-pp="???"]{
color: inherit !important; // 色を強調しない
.cnt{ display: none; }
}
```