style(@vant/cli): improve demo style in dark mode

This commit is contained in:
chenjiahan
2022-01-26 17:05:47 +08:00
parent 73322fd310
commit 0e8e3200a2
5 changed files with 11 additions and 10 deletions

View File

@@ -57,7 +57,6 @@ export default {
width: 100%;
min-height: 100vh;
padding: 46px 20px 20px;
background: #fff;
&__title,
&__desc {
@@ -92,7 +91,7 @@ export default {
&__desc {
margin: 0 0 40px;
color: rgba(69, 90, 100, 0.6);
color: var(--van-doc-text-color-4);
font-size: 14px;
}
}