File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
<router-link to =" /show" >Show</router-link >
11
11
<router-link to =" /ask" >Ask</router-link >
12
12
<router-link to =" /job" >Jobs</router-link >
13
- <a class =" github" href =" https://github.com/vuejs/vue-hackernews-2.0" target =" _blank" >
13
+ <a class =" github" href =" https://github.com/vuejs/vue-hackernews-2.0" target =" _blank" rel = " noopener " >
14
14
Built with Vue.js
15
15
</a >
16
16
</nav >
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ export default {
50
50
font-size .9em
51
51
margin 1em 0
52
52
.by
53
- color #9 9 9
53
+ color #82 82 82
54
54
a
55
- color #9 9 9
55
+ color #82 82 82
56
56
text-decoration underline
57
57
.text
58
58
overflow-wrap break-word
@@ -65,7 +65,7 @@ export default {
65
65
padding .3em .5em
66
66
border-radius 4px
67
67
a
68
- color #9 9 9
68
+ color #82 82 82
69
69
cursor pointer
70
70
& .open
71
71
padding 0
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ export default {
58
58
margin-top - 10px
59
59
.meta , .host
60
60
font-size .85em
61
- color #9 9 9
61
+ color #82 82 82
62
62
a
63
- color #9 9 9
63
+ color #82 82 82
64
64
text-decoration underline
65
65
& :hover
66
66
color #ff 66 00
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ function fetchComments (store, item) {
100
100
margin 0
101
101
margin-right .5em
102
102
.host , .meta , .meta a
103
- color #9 9 9
103
+ color #82 82 82
104
104
.meta a
105
105
text-decoration underline
106
106
You can’t perform that action at this time.
0 commit comments