Generate series pages
This commit is contained in:
parent
7cf4827d0c
commit
baf8d6556b
8 changed files with 168 additions and 41 deletions
|
@ -53,7 +53,8 @@ a:visited {
|
|||
.site-tagline {
|
||||
color: var(--dim-0);
|
||||
}
|
||||
.post-body, .post-header, .post-blurbs, .tags, .tags .tag-blurb-post {
|
||||
.post-body, .post-header, .post-blurbs, .tags, .tags .tag-blurb-post,
|
||||
.series-header, .series-blurbs {
|
||||
background-color: var(--bg-0);
|
||||
}
|
||||
.post-blurb, .tags .tag-blurb {
|
||||
|
@ -65,13 +66,13 @@ a:visited {
|
|||
:not(.tags) .tag-blurb-post {
|
||||
background-color: var(--bg-1);
|
||||
}
|
||||
.post-title, .post-blurbs h1 {
|
||||
.post-title, .post-blurbs h1, .series-header h1 {
|
||||
color: var(--green);
|
||||
}
|
||||
.post-body h2, .post-body h3, .post-body h4 {
|
||||
color: var(--fg-1);
|
||||
}
|
||||
.post-info > * {
|
||||
.post-info > *, .series-info > * {
|
||||
background-color: var(--bg-2);
|
||||
}
|
||||
blockquote {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue