Skip to content

Commit

Permalink
fix: add padding to green links element in default template (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
zobay authored Nov 10, 2023
1 parent 0f73c9b commit 818f9d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/base/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ a,
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
transition: 0.4s;
padding: 3px;

}

@media (hover: hover) {
Expand Down

0 comments on commit 818f9d1

Please sign in to comment.