Dalston: Cleanup sticky post indicatoor in posts-list block and add uynderline to links in inner-blocks

This commit is contained in:
Allan Cole 2019-09-24 16:33:29 -04:00
parent eda02018d9
commit a5678dc8d0
4 changed files with 20 additions and 6 deletions

View file

@ -298,7 +298,7 @@ $config-header: (
// Fonts
"font": (
"family": map-deep-get($config-global, "font", "family", "primary"),
"size": map-deep-get($config-global, "font", "size", "xxl"),
"size": map-deep-get($config-global, "font", "size", "xxxl"),
"weight": 600,
"line-height": 1,
),
@ -308,7 +308,7 @@ $config-header: (
// Fonts
"font": (
"family": map-deep-get($config-global, "font", "family", "secondary"),
"size": map-deep-get($config-global, "font", "size", "xxl"),
"size": map-deep-get($config-global, "font", "size", "xxxl"),
),
),
),

View file

@ -232,6 +232,7 @@ a {
}
}
.a8c-posts-list-item__featured span,
.sticky-post {
color: $primary_color;
border: 1px solid currentColor;
@ -259,6 +260,9 @@ a {
}
}
.entry-content [class*="__inner-container"] a {
text-decoration: underline;
}
/**
* Footer

View file

@ -2293,7 +2293,7 @@ table th,
.site-title {
color: #000000;
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-size: 1.74901rem;
font-size: 2.01136rem;
letter-spacing: normal;
line-height: 1;
}
@ -2314,7 +2314,7 @@ table th,
.site-description {
color: currentColor;
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-size: 1.74901rem;
font-size: 2.01136rem;
}
.main-navigation {
@ -3602,6 +3602,7 @@ a {
}
}
.a8c-posts-list-item__featured span,
.sticky-post {
color: #0073AA;
border: 1px solid currentColor;
@ -3627,6 +3628,10 @@ a {
border-color: #FFFFFF;
}
.entry-content [class*="__inner-container"] a {
text-decoration: underline;
}
/**
* Footer
*/

View file

@ -2310,7 +2310,7 @@ table th,
.site-title {
color: #000000;
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-size: 1.74901rem;
font-size: 2.01136rem;
letter-spacing: normal;
line-height: 1;
}
@ -2331,7 +2331,7 @@ table th,
.site-description {
color: currentColor;
font-family: "Crimson Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
font-size: 1.74901rem;
font-size: 2.01136rem;
}
.main-navigation {
@ -3631,6 +3631,7 @@ a {
}
}
.a8c-posts-list-item__featured span,
.sticky-post {
color: #0073AA;
border: 1px solid currentColor;
@ -3656,6 +3657,10 @@ a {
border-color: #FFFFFF;
}
.entry-content [class*="__inner-container"] a {
text-decoration: underline;
}
/**
* Footer
*/