style(post-single): update link styles for post-meta

This commit is contained in:
Aditya Telange
2026-04-11 21:17:12 +05:30
parent 4ecb141461
commit 437fa67355
+7 -2
View File
@@ -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);