Selaa lähdekoodia

styles and filters for the excerpts

Maggie Cabrera 4 vuotta sitten
vanhempi
commit
b56d6d951a

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

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 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);

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä