fix: set lx-graph-12 for left sidebar text color in the light theme

This commit is contained in:
Tienson Qin
2023-11-05 20:13:06 +08:00
parent 2d1d841926
commit f510ca6743
2 changed files with 5 additions and 7 deletions

View File

@@ -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 {