vuepress-theme-reco/styles/recoConfig.styl
2019-10-24 17:27:32 +08:00

13 lines
274 B
Stylus

$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.1);
$borderRadius = .25rem
$backgroundColor = #fff
$themePicker = {
red: #f26d6d,
blue: #2196f3,
green: #3eaf7c,
orange: #fb9b5f
}