mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
chore: replace --logseq-og with --ls
This commit is contained in:
@@ -183,12 +183,12 @@
|
||||
}
|
||||
|
||||
.block-children-left-border:hover {
|
||||
background-color: or(--logseq-og-block-left-color, --lx-gray-11, --ls-primary-text-color);
|
||||
background-color: or(--ls-block-left-color, --lx-gray-11, --ls-primary-text-color);
|
||||
}
|
||||
|
||||
.block-children {
|
||||
border-left: 1px solid;
|
||||
border-left-color: or(--logseq-og-guideline-color, --lx-gray-04-alpha, --ls-guideline-color, #ddd) !important;
|
||||
border-left-color: or(--ls-guideline-color, --lx-gray-04-alpha, --ls-guideline-color, #ddd) !important;
|
||||
|
||||
padding-top: 2px;
|
||||
padding-bottom: 3px;
|
||||
@@ -296,10 +296,10 @@
|
||||
}
|
||||
|
||||
.page-ref {
|
||||
color: or(--logseq-og-page-ref-text-color, --lx-accent-11, --ls-link-ref-text-color);
|
||||
color: or(--ls-page-ref-text-color, --lx-accent-11, --ls-link-ref-text-color);
|
||||
|
||||
&:hover {
|
||||
color: or(--logseq-og-page-ref-text-color-hover, --lx-accent-12, --ls-link-ref-text-hover-color);
|
||||
color: or(--ls-page-ref-text-color-hover, --lx-accent-12, --ls-link-ref-text-hover-color);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -478,9 +478,9 @@
|
||||
}
|
||||
|
||||
.color-level {
|
||||
background-color: var(--logseq-og-right-sidebar-content-background, --lx-gray-02, --color-level-1);
|
||||
background-color: var(--ls-right-sidebar-content-background, --lx-gray-02, --color-level-1);
|
||||
.dark & {
|
||||
background-color: var(--logseq-og-right-sidebar-content-background, --lx-gray-01, --color-level-1);
|
||||
background-color: var(--ls-right-sidebar-content-background, --lx-gray-01, --color-level-1);
|
||||
}
|
||||
|
||||
& .color-level {
|
||||
@@ -569,7 +569,7 @@
|
||||
|
||||
font-size: 14px;
|
||||
|
||||
background-color: or(--logseq-og-block-bullet-color, --lx-gray-07, --ls-block-bullet-color, #394b59);
|
||||
background-color: or(--ls-block-bullet-color, --lx-gray-07, --ls-block-bullet-color, #394b59);
|
||||
transition: transform 0.2s;
|
||||
|
||||
> * {
|
||||
@@ -579,7 +579,7 @@
|
||||
|
||||
&:not(.typed-list) {
|
||||
&.bullet-closed {
|
||||
background-color: or(--logseq-og-bullet-closed-background, --lx-gray-04-alpha, --ls-block-bullet-border-color, #ced9e0);
|
||||
background-color: or(--ls-bullet-closed-background, --lx-gray-04-alpha, --ls-block-bullet-border-color, #ced9e0);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -598,11 +598,11 @@
|
||||
|
||||
&:hover > .bullet-container .bullet {
|
||||
transform: scale(1.2);
|
||||
background-color: or(--logseq-og-buller-border-color-typed-list, --lx-gray-08, inherit) !important;
|
||||
background-color: or(--ls-buller-border-color-typed-list, --lx-gray-08, inherit) !important;
|
||||
}
|
||||
|
||||
&:hover > .bullet-container:not(.typed-list) {
|
||||
background-color: or(--logseq-og-bullet-border-color, --lx-gray-04-alpha, --ls-block-bullet-border-color, #ced9e0);
|
||||
background-color: or(--ls-bullet-border-color, --lx-gray-04-alpha, --ls-block-bullet-border-color, #ced9e0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user