Use lighter text for show thread link
This commit is contained in:
parent
d902bbab25
commit
d3de5513c8
|
@ -33,6 +33,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Less emphatic show more */
|
||||
.status__content__read-more-button {
|
||||
font-size: 14px;
|
||||
color: $dark-text-color;
|
||||
|
||||
.status__prepend-icon {
|
||||
padding-right: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Show a little arrowey thing after the time in a
|
||||
* status to signal that you can click it to see
|
||||
* a detailed view */
|
||||
|
@ -67,6 +77,5 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@import 'fullwidth-media';
|
||||
|
||||
|
|
Loading…
Reference in New Issue