From: Laury GvR Date: Wed, 15 Jun 2016 21:10:24 +0000 (-0400) Subject: Members only h2 title changed from yellow to white X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=83f18f0c35320ea9c1568017850c53ef6a6c6334;p=WP-Themes%2Fglmthemes%2Fmountpleasant-theme.git Members only h2 title changed from yellow to white --- diff --git a/css/app.css b/css/app.css index e58506b..41ee6be 100644 --- a/css/app.css +++ b/css/app.css @@ -7588,7 +7588,7 @@ body .members-only-template #side-links { list-style: outside none none; padding: 20px; } body .members-only-template #side-links h2 { - color: #ffc742; } + color: #FFFFFF; } body .members-only-template #side-links li a { color: #fdc540; } body .members-only-template #side-links li a:hover { diff --git a/scss/plugins/_glm-member-db.scss b/scss/plugins/_glm-member-db.scss index e1ac904..80870bb 100644 --- a/scss/plugins/_glm-member-db.scss +++ b/scss/plugins/_glm-member-db.scss @@ -135,7 +135,7 @@ body { padding: 20px; } #side-links h2 { - color: $gold; + color: $white; } #side-links li a { color: $m-gold;