mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 07:05:10 +00:00
refactor: add default css variable for editor content area
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user