Commit f0ec7c28 authored by Pooya Parsa's avatar Pooya Parsa

accessibility improvements

Now we have 100 PWA score for accessibility!
parent d6bb1e5a
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
position relative position relative
line-height 20px line-height 20px
.score .score
color #ff6600 color #C75000
font-size 1.1em font-size 1.1em
font-weight 700 font-weight 700
position absolute position absolute
...@@ -58,10 +58,10 @@ export default { ...@@ -58,10 +58,10 @@ export default {
margin-top -10px margin-top -10px
.meta, .host .meta, .host
font-size .85em font-size .85em
color #828282 color #595959
a a
color #828282 color #595959
text-decoration underline text-decoration underline
&:hover &:hover
color #ff6600 color #C75000
</style> </style>
...@@ -116,7 +116,7 @@ export default { ...@@ -116,7 +116,7 @@ export default {
a a
margin 0 1em margin 0 1em
.disabled .disabled
color #ccc color #595959
.news-list .news-list
position absolute position absolute
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
z-index: 1000 !important z-index: 1000 !important
.header .header
background-color #41B883 background-color #2B8358
position fixed position fixed
z-index 999 z-index 999
height 55px height 55px
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
margin 0px auto margin 0px auto
padding 15px 5px padding 15px 5px
a a
color rgba(255, 255, 255, .8) color #fff
line-height 24px line-height 24px
transition color .15s ease transition color .15s ease
display inline-block display inline-block
......
...@@ -22,7 +22,7 @@ module.exports = { ...@@ -22,7 +22,7 @@ module.exports = {
manifest: { manifest: {
name: 'Nuxt Hacker News', name: 'Nuxt Hacker News',
description: 'HackerNews clone built with Nuxt.js', description: 'HackerNews clone built with Nuxt.js',
theme_color: '#41b883' theme_color: '#2B8358'
}, },
modules: [ modules: [
'@nuxtjs/pwa', '@nuxtjs/pwa',
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
margin 0 margin 0
margin-right .5em margin-right .5em
.host, .meta, .meta a .host, .meta, .meta a
color #828282 color #595959
.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