Skip to content

Commit

Permalink
make similar border-radius to tags and share-buttons under single
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Jan 24, 2021
1 parent f7dbf75 commit 55d9dc2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions assets/css/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@

.post-tags a,
.share-buttons {
border: 1px solid var(--tertiary)
border: 1px solid var(--tertiary);
border-radius: var(--radius)
}

.post-tags a {
Expand All @@ -300,8 +301,7 @@
color: var(--secondary);
font-size: 14px;
line-height: 34px;
background: var(--code-bg);
border-radius: 4px
background: var(--code-bg)
}

.post-tags a:hover {
Expand All @@ -311,7 +311,6 @@
.share-buttons {
margin-top: var(--gap);
padding-inline-start: var(--radius);
border-radius: var(--radius);
display: flex;
overflow-x: auto
}
Expand Down

0 comments on commit 55d9dc2

Please sign in to comment.