Fix links on homepage, reduce font weight in cards (#5396)

This commit is contained in:
Denis Fadeev 2019-12-12 16:58:22 +05:00 committed by Alessio Treglia
parent b8f5b09831
commit 96b384b269
2 changed files with 6 additions and 6 deletions

View File

@ -9163,9 +9163,9 @@
}
},
"vuepress-theme-cosmos": {
"version": "1.0.104",
"resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.104.tgz",
"integrity": "sha512-vq7s+eteIqMEbkT1euRjzWRTSbSt1SBljHx5M0mplF3+RwJxtKbqKeN/pGewxz+3+myq+dctttFWbHCGaKmacA==",
"version": "1.0.105",
"resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.105.tgz",
"integrity": "sha512-UZOPEnNuz5r6cB/o75Qj81/n5BOlpDkf+lGpNxo70C1Eqqg/pjzgj3phhxzSvgXbY5bpdCyeXWySQ8zZnnYtPA==",
"requires": {
"@cosmos-ui/vue": "^0.5.16",
"@vuepress/plugin-last-updated": "^1.2.0",
@ -9697,4 +9697,4 @@
"integrity": "sha1-4Se9nmb9hGvl6rSME5SIL3wOT5g="
}
}
}
}

View File

@ -15,6 +15,6 @@
"license": "ISC",
"dependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"vuepress-theme-cosmos": "^1.0.104"
"vuepress-theme-cosmos": "^1.0.105"
}
}
}