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

* #3863: Intergalactic 2: Newspack Heading Fixes

* 3863: Intergalactic 2: Fix Newspack heading colors
This commit is contained in:
Bob Matyas 2022-07-15 05:46:39 -04:00 committed by GitHub
parent e64ee14f48
commit c3c9d0c1fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
--------------------------------------------------------------*/