mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: set lx-graph-12 for left sidebar text color in the light theme
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.dark .left-sidebar-inner {
|
||||
.dark .left-sidebar-inner {
|
||||
background-color: or(--lx-gray-01, --ls-primary-background);
|
||||
}
|
||||
|
||||
@@ -214,10 +214,6 @@
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
a {
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.more {
|
||||
display: none;
|
||||
transition: .15s transform;
|
||||
@@ -384,7 +380,7 @@
|
||||
@apply opacity-90 hover:opacity-100;
|
||||
transition: all 120ms ease-out;
|
||||
|
||||
color: or(--logseq-og-left-sidebar-text-color, --lx-gray-11, --ls-header-button-background);
|
||||
color: or(--logseq-og-left-sidebar-text-color, --ls-header-button-background);
|
||||
}
|
||||
|
||||
> .left-sidebar-inner {
|
||||
|
||||
Reference in New Issue
Block a user