From: Laury GvR Date: Fri, 21 Jul 2017 20:04:53 +0000 (-0400) Subject: Changed 'Read More' blog buttons to simple hyperlink style X-Git-Tag: v1.0.0^2~33 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=6941d55dc150ba24192e260fb16da661585435c4;p=WP-Themes%2Ftruenorthgolf.git Changed 'Read More' blog buttons to simple hyperlink style --- 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;