blob: b680289682c0d70c45a7b636b003a1a85cf10613 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.rgh-highest-rated-comment.timeline-comment {
/* Same as GitHub's `.timeline-chosen-answer` */
border: 2px solid var(--color-success-emphasis);
}
.rgh-highest-rated-comment.timeline-comment--caret::before {
background-color: var(--color-success-emphasis);
}
a.rgh-highest-rated-comment {
border: 2px solid var(--color-success-emphasis) !important;
}
a.rgh-highest-rated-comment .avatar {
position: absolute;
left: -58px;
}
|