Browse Source

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

Allan Cole 5 years ago
parent
commit
a5678dc8d0

+ 2 - 2
dalston/sass/_config-child-theme-deep.scss

@@ -298,7 +298,7 @@ $config-header: (
 			// Fonts
 			// Fonts
 			"font": (
 			"font": (
 				"family": map-deep-get($config-global, "font", "family", "primary"),
 				"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,
 				"weight": 600,
 				"line-height": 1,
 				"line-height": 1,
 			),
 			),
@@ -308,7 +308,7 @@ $config-header: (
 			// Fonts
 			// Fonts
 			"font": (
 			"font": (
 				"family": map-deep-get($config-global, "font", "family", "secondary"),
 				"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"),
 			),
 			),
 		),
 		),
 	),
 	),

+ 4 - 0
dalston/sass/_extra-child-theme.scss

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

+ 7 - 2
dalston/style-rtl.css

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

+ 7 - 2
dalston/style.css

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