logseq-bear-theme
logseq-bear-theme copied to clipboard
Please fix the bug of new-page button from left sidebar
Thanks!

Mine is a little different (using dark mode). It inherits the default green color of logseq. I was able to fix everything around the button with this:
.left-sidebar-inner .create {
background-image: linear-gradient(transparent, var(--cl-bunker));
};
Still no gradient, probably because the container around it has a background set. Maybe this could be replaced with background-image: transparent.
I can't change the button though, problem is that there is background-color set with !important from the logseq builtin style.css, no matter what selector I use I can't override that it seems.