Skip to content

Commit 0fed210

Browse files
authored
fix(create-vite): remove repeated styles in vue-template (#14766)
1 parent 0a7c753 commit 0fed210

File tree

1 file changed

+0
-9
lines changed
  • packages/create-vite/template-vue/src

1 file changed

+0
-9
lines changed

packages/create-vite/template-vue/src/style.css

-9
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ a:hover {
2222
color: #535bf2;
2323
}
2424

25-
a {
26-
font-weight: 500;
27-
color: #646cff;
28-
text-decoration: inherit;
29-
}
30-
a:hover {
31-
color: #535bf2;
32-
}
33-
3425
body {
3526
margin: 0;
3627
display: flex;

0 commit comments

Comments
 (0)