1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/*偷偷說噗主的暱稱顏色*/
.list .response.highlight_owner .name[data-uid="99999"] {
  color: skyblue !important;
}
/*自己回偷偷說的暱稱顏色*/
.list .response:not(.highlight_owner) .name[data-uid="99999"][style="color:#0a9c17"] {
  color: pink !important;
}
/*不是自己的偷偷說旅人暱稱顏色*/
.list .response:not(.highlight_owner) .name[data-uid="99999"] {
  color: gold !important;
}