Members only h2 title changed from yellow to white
authorLaury GvR <laury@gaslightmedia.com>
Wed, 15 Jun 2016 21:10:24 +0000 (17:10 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 15 Jun 2016 21:10:24 +0000 (17:10 -0400)
css/app.css
scss/plugins/_glm-member-db.scss

index e58506b..41ee6be 100644 (file)
@@ -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 {
index e1ac904..80870bb 100644 (file)
@@ -135,7 +135,7 @@ body {
         padding: 20px;
     }
     #side-links h2 {
-        color: $gold;
+        color: $white;
     }
     #side-links li a {
         color: $m-gold;