change color of username in last comments widget
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user