>>931
```
.mark-myself {
.res-num::before {
//文字色を変更
color: red;
//文字を少し太く
font-weight: bolder;
//背景色を変更
background-color: #0F0;
}
}
```