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

Bullet points not visible in view mode #45

Closed
kenjibailly opened this issue Jan 24, 2022 · 0 comments
Closed

Bullet points not visible in view mode #45

kenjibailly opened this issue Jan 24, 2022 · 0 comments

Comments

@kenjibailly
Copy link

kenjibailly commented Jan 24, 2022

View mode:
image

Edit mode:
image

Edit: Somewhere this is getting overwritten:

ul li:not(.task-list-item)::before {
    color: transparent
}

When I set !import after that line in the theme it works:

ul li:not(.task-list-item)::before {
  color: var(--text-accent) !important;
}
bennyxguo pushed a commit that referenced this issue Oct 9, 2022
### New Diamonds 💎

- Removed all the old `Cluster Free` code (please move to `live preview` mode)
- Added support for `live preview` mode [#44]
  - Supporting all the features that is there fore for live preview

### Fixes

- Problem with code block should no longer exist with `live preview` [#52]
- Images now align to left, fixed issue with image having no spaces between list items [#50][#34]
- Fixed issue with strange block that hides top of the page in edit mode with `live preview` [#47]
- Fixed bullet point not visible in view mode [#45]
- Fixed bullet lists in edit mode not compatible with different fonts [#32]
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