Custom css for bullet background color

  • One way is to:
    • add display: block;
    • then add some width, e.g.:
      • width: 300px;
      • width: 50%;
  • Another way is to:
    • replace b.pauze
    • with something like div.block-content-inner:has(b.pauze)
  • Many other ways, depending on the exact requirements.
2 Likes