Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 3, 2021
1 parent fed57af commit fab7681
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion src/core/styles/variables.css
Expand Up @@ -43,7 +43,7 @@
--vt-c-text-light-4: rgba(60, 60, 60, 0.18);
--vt-c-text-light-code: var(--vt-c-indigo-soft);

--vt-c-text-dark-1: rgba(255, 255, 255, 0.9);
--vt-c-text-dark-1: rgba(255, 255, 255, 0.87);
--vt-c-text-dark-2: rgba(235, 235, 235, 0.60);
--vt-c-text-dark-3: rgba(235, 235, 235, 0.38);
--vt-c-text-dark-4: rgba(235, 235, 235, 0.18);
Expand Down
8 changes: 1 addition & 7 deletions src/core/styles/vt-doc-base.css
@@ -1,14 +1,8 @@
.vt-doc {
font-size: 15px;
font-size: 16px;
line-height: 1.7;
}

@media (min-width: 768px) {
.vt-doc {
font-size: 16px;
}
}

.vt-doc h1,
.vt-doc h2,
.vt-doc h3,
Expand Down

0 comments on commit fab7681

Please sign in to comment.