浏览代码

Sticky post body text color.

Jeff Ong 4 年之前
父节点
当前提交
ea61cbd445
共有 4 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      spearhead/assets/sass/_posts-and-pages.scss
  2. 1 1
      spearhead/style-rtl.css
  3. 1 1
      spearhead/style.css
  4. 0 0
      spearhead/style.css.map

+ 1 - 1
spearhead/assets/sass/_posts-and-pages.scss

@@ -50,7 +50,7 @@
 
 	.entry-content {
 		font-size: var(--sticky-posts--entry-content-font-size);
-		p {
+		> * {
 			color: var(--global--color-foreground-light);
 		}
 	}

+ 1 - 1
spearhead/style-rtl.css

@@ -86,7 +86,7 @@ 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 {
+.post.sticky .entry-content > * {
 	color: var(--global--color-foreground-light);
 }
 

+ 1 - 1
spearhead/style.css

@@ -86,7 +86,7 @@ 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 {
+.post.sticky .entry-content > * {
 	color: var(--global--color-foreground-light);
 }
 

文件差异内容过多而无法显示
+ 0 - 0
spearhead/style.css.map


部分文件因为文件数量过多而无法显示