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