Преглед на файлове

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;
 }

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
spearhead/style.css.map


Някои файлове не бяха показани, защото твърде много файлове са промени