Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sample
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周韬
node-sample
Commits
ff816737
Commit
ff816737
authored
Apr 26, 2017
by
Evan You
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve contrast
parent
0f33f3be
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
App.vue
src/App.vue
+1
-1
Comment.vue
src/components/Comment.vue
+3
-3
Item.vue
src/components/Item.vue
+2
-2
ItemView.vue
src/views/ItemView.vue
+1
-1
No files found.
src/App.vue
View file @
ff816737
...
@@ -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>
...
...
src/components/Comment.vue
View file @
ff816737
...
@@ -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
...
...
src/components/Item.vue
View file @
ff816737
...
@@ -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
...
...
src/views/ItemView.vue
View file @
ff816737
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment