Skip to content

Commit

Permalink
fix: post list item style on tags page
Browse files Browse the repository at this point in the history
  • Loading branch information
isunjn committed Aug 31, 2023
1 parent f50ae80 commit 0731e9d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1045,20 +1045,19 @@ body.tag-single {
justify-content: space-between;
align-items: flex-end;
gap: 5px;
padding: 5px 15px;
margin: 2.5px 0;
border: 1.5px solid transparent;
padding: 6px 15px;
margin: 1px 0;
border-radius: 2px;
font-size: 1.1em;
text-decoration: none;
color: var(--primary-color);
-webkit-tap-highlight-color: transparent;

&:hover {
border-color: var(--primary-color);
background-color: var(--primary-pale-color);
}

.date {
color: var(--primary-color);
white-space: nowrap;
}

Expand Down

0 comments on commit 0731e9d

Please sign in to comment.