Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please fix the bug of new-page button from left sidebar #35

Open
poisonoff opened this issue Jan 6, 2023 · 1 comment
Open

Please fix the bug of new-page button from left sidebar #35

poisonoff opened this issue Jan 6, 2023 · 1 comment

Comments

@poisonoff
Copy link

Thanks!
Screenshot 2023-01-06 at 10 57 56 PM

@borutmrak
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants