From f6aaea31f48461832a4509ff61a06a19ff428eeb Mon Sep 17 00:00:00 2001 From: reco_luan Date: Thu, 17 Oct 2019 19:07:15 +0800 Subject: [PATCH] fix: home.vue color bug --- package.json | 2 +- styles/recoConfig.styl | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 03c7604..2c8c551 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuepress-theme-reco", - "version": "1.0.9-alpha.13", + "version": "1.0.9-alpha.14", "description": "this is a vuepress theme", "main": "index.js", "scripts": { diff --git a/styles/recoConfig.styl b/styles/recoConfig.styl index 3c24188..4848be8 100644 --- a/styles/recoConfig.styl +++ b/styles/recoConfig.styl @@ -1,6 +1,3 @@ -// colors -$accentColor = #424242 -$textColor = #232321 $boxShadow = 0 1px 6px 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);