add background to share buttons and tags under single

This commit is contained in:
Aditya Telange 2021-01-25 21:10:11 +05:30
parent 9257321547
commit 91a9e1b9bb

View File

@ -290,8 +290,9 @@
.post-tags a,
.share-buttons {
border: 1px solid var(--tertiary);
border-radius: var(--radius)
border-radius: var(--radius);
background: var(--code-bg);
border: 1px solid var(--border)
}
.post-tags a {