mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 11:05:49 +00:00
style(footer, md-content, post-entry): increase text-underline-offset for links
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
.footer a {
|
||||
color: inherit;
|
||||
text-underline-offset: 0.2rem;
|
||||
text-underline-offset: 0.25rem;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
}
|
||||
|
||||
.md-content a {
|
||||
text-underline-offset: 0.2rem;
|
||||
text-underline-offset: 0.3rem;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
@@ -121,6 +121,6 @@
|
||||
}
|
||||
|
||||
.entry-cover a {
|
||||
text-underline-offset: 0.2rem;
|
||||
text-underline-offset: 0.3rem;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user