Explorar el Código

Sticky post primary light color.

Jeff Ong hace 4 años
padre
commit
2ce8f48412

+ 3 - 0
spearhead/assets/sass/_posts-and-pages.scss

@@ -47,6 +47,9 @@
 
 
 	.entry-content {
 	.entry-content {
 		font-size: var(--sticky-posts--entry-content-font-size);
 		font-size: var(--sticky-posts--entry-content-font-size);
+		p {
+			color: var(--global--color-foreground-light);
+		}
 	}
 	}
 }
 }
 
 

+ 4 - 0
spearhead/style-rtl.css

@@ -84,6 +84,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	font-size: var(--sticky-posts--entry-content-font-size);
 	font-size: var(--sticky-posts--entry-content-font-size);
 }
 }
 
 
+.post.sticky .entry-content p {
+	color: var(--global--color-foreground-light);
+}
+
 .sticky-post {
 .sticky-post {
 	display: none;
 	display: none;
 }
 }

+ 4 - 0
spearhead/style.css

@@ -84,6 +84,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	font-size: var(--sticky-posts--entry-content-font-size);
 	font-size: var(--sticky-posts--entry-content-font-size);
 }
 }
 
 
+.post.sticky .entry-content p {
+	color: var(--global--color-foreground-light);
+}
+
 .sticky-post {
 .sticky-post {
 	display: none;
 	display: none;
 }
 }

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
spearhead/style.css.map


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio