change color of username in last comments widget

This commit is contained in:
igoradamenko
2019-01-06 23:26:26 +02:00
parent 6edd24185c
commit cb7b170b99
@@ -5,10 +5,6 @@
font-size: 14px;
padding-bottom: 0;
.comment__username {
color: #0aa;
}
.comment__title {
overflow: hidden;
white-space: nowrap;
@@ -29,13 +25,17 @@
display: inline;
padding-right: 0;
font-weight: 700;
color: #777;
&::after {
content: ' ';
color: #777;
}
}
.comment__username {
color: #0aa;
}
.comment__text {
display: inline;
vertical-align: bottom;