use border-bottom to underline links (fix #4)

This commit is contained in:
Wonderfall 2022-12-15 14:33:52 +01:00
parent 0350f512ee
commit 06ee5f9d38

View File

@ -69,9 +69,9 @@
font-size: 12px; font-size: 12px;
} }
.post-content a, .post-content p a,
.toc a:hover { .toc a:hover {
box-shadow: 0 1px 0; border-bottom: 1px solid var(--primary);
} }
.post-content a code { .post-content a code {