Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 3c5291d

Browse files
committed
Remove all underline from the anchor tags
1 parent e138754 commit 3c5291d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

playground/src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ html {
4040
height: inherit;
4141
width: inherit;
4242
}
43+
44+
a {
45+
text-decoration: none;
46+
}
4347
</style>

0 commit comments

Comments
 (0)