mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
fix: different background color for block children
This commit is contained in:
@@ -569,7 +569,7 @@
|
||||
|
||||
font-size: 14px;
|
||||
|
||||
background-color: or(--logseq-og-block-bullet-color, --lx-gray-07, --ls-block-bullet-color, #394b59) !important;
|
||||
background-color: or(--logseq-og-block-bullet-color, --lx-gray-07, --ls-block-bullet-color, #394b59);
|
||||
transition: transform 0.2s;
|
||||
|
||||
> * {
|
||||
@@ -597,7 +597,7 @@
|
||||
color: var(--ls-primary-text-color);
|
||||
|
||||
&:hover > .bullet-container .bullet {
|
||||
transform: scale(1.4);
|
||||
transform: scale(1.2);
|
||||
background-color: or(--logseq-og-buller-border-color-typed-list, --lx-gray-08, inherit) !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user