The dev theme is great, except the bullets that are almost invisible. Can this be fixed with css?
Could use part of this answer.
1 Like
With that css, the bullets are now bigger, but still almost transparent.
Try this:
div.ls-block:not(:focus-within) span.bullet {
background-color: black;
}
2 Likes