main.cssかテーマのcssに以下を追加すれば良いです

```
.rh .mname { font-weight: normal;}

.rb .res-anc, .rh .res-num { text-decoration: underline; }
/** ホバーした時だけならこっち **/
.rb .res-anc:hover, .rh .res-num:hover { text-decoration: underline; }

.res-name:before { color: orange; content: ' ★ '; }
```