styles and filters for the excerpts
This commit is contained in:
parent
bf74d98892
commit
b56d6d951a
5 changed files with 30 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue