瀏覽代碼

Sticky post primary light color.

Jeff Ong 4 年之前
父節點
當前提交
2ce8f48412
共有 4 個文件被更改,包括 11 次插入0 次删除
  1. 3 0
      spearhead/assets/sass/_posts-and-pages.scss
  2. 4 0
      spearhead/style-rtl.css
  3. 4 0
      spearhead/style.css
  4. 0 0
      spearhead/style.css.map

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

@@ -47,6 +47,9 @@
 
 	.entry-content {
 		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);
 }
 
+.post.sticky .entry-content p {
+	color: var(--global--color-foreground-light);
+}
+
 .sticky-post {
 	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);
 }
 
+.post.sticky .entry-content p {
+	color: var(--global--color-foreground-light);
+}
+
 .sticky-post {
 	display: none;
 }

File diff suppressed because it is too large
+ 0 - 0
spearhead/style.css.map


Some files were not shown because too many files changed in this diff