From d3de5513c81200bb77cfd31f258209d60dcd5675 Mon Sep 17 00:00:00 2001 From: chr Date: Sun, 20 Jan 2019 20:29:21 -0800 Subject: [PATCH] Use lighter text for show thread link --- app/javascript/styles/cybre-base.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/javascript/styles/cybre-base.scss b/app/javascript/styles/cybre-base.scss index 1e3c9a958..b9bb4ecb8 100644 --- a/app/javascript/styles/cybre-base.scss +++ b/app/javascript/styles/cybre-base.scss @@ -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';