From 367ac4126c8b975512c7c54237526655bfe40831 Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Wed, 12 Sep 2018 12:34:09 +1000 Subject: [PATCH] adds symbol for 'Read More ...' --- static-src/scss/hyde-hyde/_base.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static-src/scss/hyde-hyde/_base.scss b/static-src/scss/hyde-hyde/_base.scss index 01fc19e..0d3077e 100644 --- a/static-src/scss/hyde-hyde/_base.scss +++ b/static-src/scss/hyde-hyde/_base.scss @@ -5,9 +5,7 @@ html { -webkit-text-size-adjust: 100%; // for iOS box-direction: normal; - font-weight: $root-font-weight; font-family: $root-font-family; - font-size: $root-font-size; line-height: $root-line-height; } @@ -128,8 +126,13 @@ a { &.tag { @include link-no-decoration(); } + &.read-more-symbol { + text-decoration: none; + @include link-no-decoration(); + } } + .content { padding-bottom: 2rem; padding-top: 2rem;