style(footer, md-content, post-entry, post-single): update link styles for better visibility

This commit is contained in:
Aditya Telange
2026-04-11 21:06:05 +05:30
parent 8739b2f73b
commit 5688e87f66
4 changed files with 8 additions and 18 deletions
+2 -5
View File
@@ -23,11 +23,8 @@
.footer a {
color: inherit;
border-bottom: 1px solid var(--secondary);
}
.footer a:hover {
border-bottom: 1px solid var(--primary);
text-underline-offset: 0.2rem;
text-decoration: underline;
}
.top-link {
+2 -9
View File
@@ -32,15 +32,8 @@
}
.md-content a {
box-shadow: 0 1px 0;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
.md-content a code {
margin: auto 0;
border-radius: 0;
box-shadow: 0 -1px 0 var(--primary) inset;
text-underline-offset: 0.2rem;
text-decoration: underline;
}
.md-content del {
+2 -1
View File
@@ -117,5 +117,6 @@
}
.entry-cover a {
box-shadow: 0 1px 0 var(--primary);
text-underline-offset: 0.2rem;
text-decoration: underline;
}
+2 -3
View File
@@ -47,9 +47,8 @@
.post-meta .i18n_list li a,
.toc a:hover {
box-shadow: 0 1px 0;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
text-underline-offset: 0.2rem;
text-decoration: underline;
}
details.toc {