chore: update docs and style (#269)

This commit is contained in:
Dillon
2020-04-28 01:38:22 +08:00
committed by GitHub
parent b46c81053f
commit 6805d695f6
69 changed files with 540 additions and 454 deletions

View File

@@ -0,0 +1,14 @@
$border-color: #f0f0f0;
$border-color-dark: #363636;
.v[data-class=v] {
.vwrap,
.vwrap .vheader .vinput,
.vcards .vcard .vh {
border-color: $border-color;
[theme=dark] & {
border-color: $border-color-dark;
}
}
}