Skip to content

Commit

Permalink
add background to share buttons and tags under single
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Jan 27, 2021
1 parent 9257321 commit 91a9e1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/css/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 91a9e1b

Please sign in to comment.