fix: different background color for block children

This commit is contained in:
Tienson Qin
2023-11-06 23:08:39 +08:00
parent eb7a63c6c3
commit 03a15e5391
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
}