Generate pages for individual tags
This commit is contained in:
parent
20ecef3b3f
commit
2072f88711
4 changed files with 35 additions and 7 deletions
|
@ -53,16 +53,22 @@ a:visited {
|
|||
.site-tagline {
|
||||
color: var(--dim-0);
|
||||
}
|
||||
.post-body, .post-header, .post-blurbs, .tags, .tag-blurb-post {
|
||||
.post-body, .post-header, .post-blurbs, .tags, .tags .tag-blurb-post {
|
||||
background-color: var(--bg-0);
|
||||
}
|
||||
.post-blurb, .tag-blurb {
|
||||
.post-blurb, .tags .tag-blurb {
|
||||
background-color: var(--bg-1);
|
||||
}
|
||||
.post-title, .post-blurbs > h1 {
|
||||
:not(.tags) .tag-blurb {
|
||||
background-color: var(--bg-0);
|
||||
}
|
||||
:not(.tags) .tag-blurb-post {
|
||||
background-color: var(--bg-1);
|
||||
}
|
||||
.post-title, .post-blurbs h1 {
|
||||
color: var(--green);
|
||||
}
|
||||
.post-body > h2, .post-body > h3, .post-body > h4 {
|
||||
.post-body h2, .post-body h3, .post-body h4 {
|
||||
color: var(--fg-1);
|
||||
}
|
||||
blockquote {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue