Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 251c4c7

Browse files
committed
Clean up
1 parent 2b5b4f6 commit 251c4c7

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

examples/react-app/style/index.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
content: "";
5050
}
5151

52-
.index nav a {
53-
color: #000;
54-
text-decoration: none;
55-
}
56-
5752
.index nav {
5853
display: flex;
5954
justify-content: center;

examples/vue-app/routes/index.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ import { Link, Head } from "aleph/vue"
9898
content: "";
9999
}
100100
101-
.index nav a {
102-
color: #000;
103-
text-decoration: none;
104-
}
105-
106101
.index nav {
107102
display: flex;
108103
justify-content: center;

0 commit comments

Comments
 (0)