Skip to content

Commit 818f9d1

Browse files
authored
fix: add padding to green links element in default template (vuejs#225)
1 parent 0f73c9b commit 818f9d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/base/src/assets/main.css

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ a,
1313
text-decoration: none;
1414
color: hsla(160, 100%, 37%, 1);
1515
transition: 0.4s;
16+
padding: 3px;
17+
1618
}
1719

1820
@media (hover: hover) {

0 commit comments

Comments
 (0)