Skip to content

Commit ff81673

Browse files
committed
improve contrast
1 parent 0f33f3b commit ff81673

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<router-link to="/show">Show</router-link>
1111
<router-link to="/ask">Ask</router-link>
1212
<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">
1414
Built with Vue.js
1515
</a>
1616
</nav>

src/components/Comment.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ export default {
5050
font-size .9em
5151
margin 1em 0
5252
.by
53-
color #999
53+
color #828282
5454
a
55-
color #999
55+
color #828282
5656
text-decoration underline
5757
.text
5858
overflow-wrap break-word
@@ -65,7 +65,7 @@ export default {
6565
padding .3em .5em
6666
border-radius 4px
6767
a
68-
color #999
68+
color #828282
6969
cursor pointer
7070
&.open
7171
padding 0

src/components/Item.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export default {
5858
margin-top -10px
5959
.meta, .host
6060
font-size .85em
61-
color #999
61+
color #828282
6262
a
63-
color #999
63+
color #828282
6464
text-decoration underline
6565
&:hover
6666
color #ff6600

src/views/ItemView.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function fetchComments (store, item) {
100100
margin 0
101101
margin-right .5em
102102
.host, .meta, .meta a
103-
color #999
103+
color #828282
104104
.meta a
105105
text-decoration underline
106106

0 commit comments

Comments
 (0)