浏览代码

#3863: Intergalactic 2: Newspack Heading Fixes (#6127)

* #3863: Intergalactic 2: Newspack Heading Fixes

* 3863: Intergalactic 2: Fix Newspack heading colors
Bob Matyas 3 年之前
父节点
当前提交
c3c9d0c1fe
共有 1 个文件被更改,包括 39 次插入5 次删除
  1. 39 5
      intergalactic-2/style.css

+ 39 - 5
intergalactic-2/style.css

@@ -1488,7 +1488,7 @@ a:active {
 	border-bottom: 1px solid #252525;
 }
 
-a.more-link {
+.blog a.more-link {
 	font-size: .778em;
 	font-weight: bold;
 
@@ -1508,16 +1508,17 @@ a.more-link {
 	color: white;
 	border: 2px solid white;
 }
-a.more-link:after {
+
+.blog  a.more-link:after {
 	display: inline;
 
 	margin-left: 5px;
 
 	content: "\2192" /*rtl:"\2190"*/;
 }
-a.more-link:hover,
-a.more-link:active,
-a.more-link:focus {
+.blog a.more-link:hover,
+.blog a.more-link:active,
+.blog a.more-link:focus {
 	-webkit-transition: .3s all ease-in-out;
 	   -moz-transition: .3s all ease-in-out;
 			transition: .3s all ease-in-out;
@@ -1727,6 +1728,37 @@ a.more-link:focus {
 	color: #767676;
 }
 
+.singular .wpnbc .entry-title,
+.singular .wpnbha .entry-title,
+.wpnbha .entry-meta {
+	width: 100%;
+}
+
+.singular .wpnbha .entry-title,
+.singular .wpnbpc .entry-title {
+	padding-left: 0;
+	text-align: unset;
+}
+
+.singular .wpnbpc .entry-title {
+	text-align: left;
+}
+
+.wpnbha h2.entry-title a:link, 
+.wpnbha h2.entry-title a:visited {
+	color: #000;
+}
+
+.wpnbha h2.entry-title a:hover,
+.wpnbha h2.entry-title a:active {
+	color: #557d73;
+}
+
+.wpnbha article.has-post-image a.more-link {
+	color: #fff;
+}
+
+
 /*--------------------------------------------------------------
 10.3 Comments
 --------------------------------------------------------------*/
@@ -1823,6 +1855,8 @@ a.more-link:focus {
 	text-align: center;
 }
 
+
+
 /*--------------------------------------------------------------
 11.0 Infinite scroll
 --------------------------------------------------------------*/