css: make highlighted comment background match tags

This commit is contained in:
joshua stein 2016-06-13 11:05:30 -05:00
parent b391a8d527
commit 30b8c18e3e

View file

@ -483,7 +483,7 @@ li div.details {
}
.comment.highlighted {
background-color: #ffffef;
background-color: #fffcd7;
border-radius: 20px;
}