Restyle header links a lil
This commit is contained in:
parent
2862f45d77
commit
197d02ebeb
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ a:visited {
|
||||||
.post-body h2, .post-body h3, .post-body h4 {
|
.post-body h2, .post-body h3, .post-body h4 {
|
||||||
color: var(--fg-1);
|
color: var(--fg-1);
|
||||||
}
|
}
|
||||||
.post-info > *, .series-info > * {
|
.post-info > *, .series-info > *, .header-links > * {
|
||||||
background-color: var(--bg-2);
|
background-color: var(--bg-2);
|
||||||
}
|
}
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
|
@ -140,7 +140,7 @@ body, .post, .series {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.post-info > *, .series-info > * {
|
.post-info > *, .series-info > *, .header-links > * {
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
border-radius: 0.25em;
|
border-radius: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue