fix: home.vue color bug

This commit is contained in:
reco_luan 2019-10-17 19:07:15 +08:00
parent b4560bf4bc
commit f6aaea31f4
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "vuepress-theme-reco", "name": "vuepress-theme-reco",
"version": "1.0.9-alpha.13", "version": "1.0.9-alpha.14",
"description": "this is a vuepress theme", "description": "this is a vuepress theme",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -1,6 +1,3 @@
// colors
$accentColor = #424242
$textColor = #232321
$boxShadow = 0 1px 6px 0 rgba(0, 0, 0, 0.2) $boxShadow = 0 1px 6px 0 rgba(0, 0, 0, 0.2)
$boxShadowHover = 0 2px 16px 0 rgba(0, 0, 0, 0.2) $boxShadowHover = 0 2px 16px 0 rgba(0, 0, 0, 0.2)
$textShadow = 0 2px 4px rgba(0, 0, 0, 0.2); $textShadow = 0 2px 4px rgba(0, 0, 0, 0.2);