post-tags(css): highlight tags with a slim border

This commit is contained in:
Aditya Telange 2020-10-10 19:24:48 +05:30
parent 2c7cffb617
commit 46bf0538c9
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -276,6 +276,7 @@
line-height: 34px;
background: var(--code-bg);
border-radius: 4px;
border: 1px solid var(--tertiary);
}
.post-tags a:hover {