fix: home.vue color bug
This commit is contained in:
parent
b4560bf4bc
commit
f6aaea31f4
@ -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": {
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user