From 6941d55dc150ba24192e260fb16da661585435c4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 21 Jul 2017 16:04:53 -0400 Subject: [PATCH] Changed 'Read More' blog buttons to simple hyperlink style --- css/app.css | 10 +++++----- scss/_blog.scss | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/css/app.css b/css/app.css index ccd5123..458245c 100644 --- a/css/app.css +++ b/css/app.css @@ -7943,11 +7943,11 @@ body #glm-member-front-header .button.glm-button { padding-bottom: 15px; font-size: 16px; } #blog-posts-over article a.read-more { - color: #FFFFFF; - background: #ffc742; - border-radius: 5px; - padding: 5px; - display: inline-block; } + color: #b32024; + background: transparent; + display: inline; + width: 145px; + white-space: pre; } #blog-posts-over article .entry-header { background: transparent; margin-bottom: 10px; } diff --git a/scss/_blog.scss b/scss/_blog.scss index 64ffdd6..1c8c6f9 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -211,11 +211,11 @@ font-size: 16px; } a.read-more { - color: $white; - background: $gold; - border-radius: 5px; - padding: 5px; - display: inline-block; + color: $red; + background: transparent; + display: inline; + width: 145px; + white-space: pre; } .entry-header { background: transparent; -- 2.17.1