rm unnecessay color to box-shadow for anchors

This commit is contained in:
Aditya Telange 2021-01-08 22:53:04 +05:30
parent 3b0997fc42
commit bd4a118afa
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -66,7 +66,7 @@
.post-content a,
.toc a:hover {
box-shadow: 0 1px 0 var(--primary)
box-shadow: 0 1px 0
}
.post-content a code {