瀏覽代碼

styles and filters for the excerpts

Maggie Cabrera 4 年之前
父節點
當前提交
b56d6d951a
共有 5 個文件被更改,包括 29 次插入0 次删除
  1. 9 0
      spearhead/assets/sass/_archive.scss
  2. 9 0
      spearhead/style-rtl.css
  3. 9 0
      spearhead/style.css
  4. 0 0
      spearhead/style.css.map
  5. 2 0
      spearhead/variables.css

+ 9 - 0
spearhead/assets/sass/_archive.scss

@@ -5,6 +5,15 @@
         margin-bottom: 16px;
     }
 
+    .page-title {
+        font-size: var(--categories-header--font-size);
+        color: var(--entry-header--color);
+    }
+
+    .entry-title {
+        font-size: var(--heading--font-size-h2);
+    }
+
     .site-main > article:first-of-type {
         margin-top: 0;
     }

+ 9 - 0
spearhead/style-rtl.css

@@ -292,6 +292,15 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	margin-bottom: 16px;
 }
 
+.archive .page-title {
+	font-size: var(--categories-header--font-size);
+	color: var(--entry-header--color);
+}
+
+.archive .entry-title {
+	font-size: var(--heading--font-size-h2);
+}
+
 .archive .site-main > article:first-of-type {
 	margin-top: 0;
 }

+ 9 - 0
spearhead/style.css

@@ -292,6 +292,15 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	margin-bottom: 16px;
 }
 
+.archive .page-title {
+	font-size: var(--categories-header--font-size);
+	color: var(--entry-header--color);
+}
+
+.archive .entry-title {
+	font-size: var(--heading--font-size-h2);
+}
+
 .archive .site-main > article:first-of-type {
 	margin-top: 0;
 }

文件差異過大導致無法顯示
+ 0 - 0
spearhead/style.css.map


+ 2 - 0
spearhead/variables.css

@@ -46,6 +46,8 @@
 	--entry-header--font-size: var(--heading--font-size-h1);
 	--entry-header--color: var(--global--color-foreground-light);
 
+	--categories-header--font-size: 40px;
+
 	--button--border-radius: 0px;
 	--button--color-text: var(--global--color-background);
 	--button--color-background: var(--global--color-primary);

部分文件因文件數量過多而無法顯示