Novus Technologies Novus Technologies design kit v0.2.0
Menu

Data Display

Bullets

Hanging-indent list, wrapped text aligns under the text, never the marker.

.bullets

  • The marker sits in a fixed slot; wrapped text aligns under the text, never under the marker.
  • Markers render in the accent-text colour and re-tune in dark mode.
  • Use for any bulleted content, never fake a bullet as a "› " text run.
Hanging-indent bullets
<ul class="bullets">
  <li>The marker sits in a fixed slot; wrapped text aligns under the text, never under the marker.</li>
  <li>Markers render in the accent-text colour and re-tune in dark mode.</li>
  <li>Use for any bulleted content, never fake a bullet as a "› " text run.</li>
</ul>

Usage

  • This is the locked bullet convention across web, documents, and decks.
  • Emphasis inside items by weight, never italics or all-caps.