Skip to content

Commit 2d93ecd

Browse files
Home.vue: fix wrong blue color on links
1 parent 965f277 commit 2d93ecd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Home.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,8 @@ export default {
298298
}
299299
300300
</style>
301+
<style>
302+
a {
303+
color: #ffffff !important;
304+
}
305+
</style>

0 commit comments

Comments
 (0)