Commit ff816737 authored by Evan You's avatar Evan You

improve contrast

parent 0f33f3be
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<router-link to="/show">Show</router-link> <router-link to="/show">Show</router-link>
<router-link to="/ask">Ask</router-link> <router-link to="/ask">Ask</router-link>
<router-link to="/job">Jobs</router-link> <router-link to="/job">Jobs</router-link>
<a class="github" href="https://github.com/vuejs/vue-hackernews-2.0" target="_blank"> <a class="github" href="https://github.com/vuejs/vue-hackernews-2.0" target="_blank" rel="noopener">
Built with Vue.js Built with Vue.js
</a> </a>
</nav> </nav>
......
...@@ -50,9 +50,9 @@ export default { ...@@ -50,9 +50,9 @@ export default {
font-size .9em font-size .9em
margin 1em 0 margin 1em 0
.by .by
color #999 color #828282
a a
color #999 color #828282
text-decoration underline text-decoration underline
.text .text
overflow-wrap break-word overflow-wrap break-word
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
padding .3em .5em padding .3em .5em
border-radius 4px border-radius 4px
a a
color #999 color #828282
cursor pointer cursor pointer
&.open &.open
padding 0 padding 0
......
...@@ -58,9 +58,9 @@ export default { ...@@ -58,9 +58,9 @@ export default {
margin-top -10px margin-top -10px
.meta, .host .meta, .host
font-size .85em font-size .85em
color #999 color #828282
a a
color #999 color #828282
text-decoration underline text-decoration underline
&:hover &:hover
color #ff6600 color #ff6600
......
...@@ -100,7 +100,7 @@ function fetchComments (store, item) { ...@@ -100,7 +100,7 @@ function fetchComments (store, item) {
margin 0 margin 0
margin-right .5em margin-right .5em
.host, .meta, .meta a .host, .meta, .meta a
color #999 color #828282
.meta a .meta a
text-decoration underline text-decoration underline
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment