Fix: Remove duplicated css rule from vue template (#1369)

This commit is contained in:
Gabriel Roldán
2025-01-27 19:00:09 -03:00
committed by GitHub
parent 20eea2a7d1
commit 4690418c94
@@ -23,15 +23,6 @@ a:hover {
color: #535bf2;
}
a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
}
a:hover {
color: #535bf2;
}
body {
margin: 0;
display: flex;