Improve comment header
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
0a05c8dd8d
commit
92ca779ebc
1 changed files with 6 additions and 2 deletions
|
@ -27,11 +27,15 @@ ul.notes {
|
|||
|
||||
.discussion-last-update,
|
||||
.note-last-update {
|
||||
font-style: italic;
|
||||
&:before {
|
||||
content: "\00b7";
|
||||
}
|
||||
font-size: 13px;
|
||||
}
|
||||
.author {
|
||||
color: $style_color;
|
||||
color: #555;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
&:hover {
|
||||
color: $primary_color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue