Skip to content

Commit f6aaea3

Browse files
author
reco_luan
committed
fix: home.vue color bug
1 parent b4560bf commit f6aaea3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-theme-reco",
3-
"version": "1.0.9-alpha.13",
3+
"version": "1.0.9-alpha.14",
44
"description": "this is a vuepress theme",
55
"main": "index.js",
66
"scripts": {

styles/recoConfig.styl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// colors
2-
$accentColor = #424242
3-
$textColor = #232321
41
$boxShadow = 0 1px 6px 0 rgba(0, 0, 0, 0.2)
52
$boxShadowHover = 0 2px 16px 0 rgba(0, 0, 0, 0.2)
63
$textShadow = 0 2px 4px rgba(0, 0, 0, 0.2);

0 commit comments

Comments
 (0)