refactor: add default css variable for editor content area

This commit is contained in:
charlie
2020-12-03 14:26:42 +08:00
parent e0b224cbca
commit 1cc12f4166
3 changed files with 6 additions and 12 deletions

View File

@@ -4,6 +4,7 @@
--ls-page-text-size: 1em;
--ls-page-title-size: 36px;
--ls-font-family: 'Inter';
--ls-main-content-max-with: 680px;
}
@media (prefers-color-scheme: dark) {
@@ -975,10 +976,6 @@ button.context-menu-option {
margin-bottom: .5rem;
}
.block-content img {
width: 100%;
}
a.login {
color: #444;
color: var(--ls-link-text-color);