styles and filters for the excerpts

This commit is contained in:
Maggie Cabrera 2020-10-09 13:25:55 +02:00 committed by Ben Dwyer
parent bf74d98892
commit b56d6d951a
5 changed files with 30 additions and 1 deletions

View file

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

View file

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

View file

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

File diff suppressed because one or more lines are too long

View file

@ -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);