Restyle header links a lil

This commit is contained in:
Nathan McCarty 2025-02-12 03:42:10 -05:00
parent 2862f45d77
commit 197d02ebeb
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

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