mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
style(post-single): update link styles for post-meta
This commit is contained in:
@@ -45,12 +45,17 @@
|
|||||||
margin: auto 3px;
|
margin: auto 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-meta .i18n_list li a,
|
.post-meta a,
|
||||||
.toc a:hover {
|
.toc a:hover {
|
||||||
text-underline-offset: 0.2rem;
|
text-underline-offset: 0.3rem;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-meta a {
|
||||||
|
color: var(--secondary);
|
||||||
|
text-decoration-style: dotted;
|
||||||
|
}
|
||||||
|
|
||||||
details.toc {
|
details.toc {
|
||||||
margin-bottom: var(--content-gap);
|
margin-bottom: var(--content-gap);
|
||||||
background: var(--code-bg);
|
background: var(--code-bg);
|
||||||
|
|||||||
Reference in New Issue
Block a user