mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
style: fix block content css var in sidebar
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
.white-theme .cp__right-sidebar-settings a {
|
||||
html[data-theme=light] {
|
||||
.cp__right-sidebar-settings a {
|
||||
color: var(--ls-primary-text-color);
|
||||
}
|
||||
|
||||
.cp__right-sidebar {
|
||||
.block-content {
|
||||
--ls-page-inline-code-bg-color: var(--ls-quaternary-background-color);
|
||||
--ls-page-blockquote-bg-color: var(--ls-quaternary-background-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user