Border usage for the colors/mono|mono palette — the shades that earn their place.
Recommended shades#
| Shade | Use it for |
|---|---|
| 100–200 | Hairlines on light UI |
| 300–400 | Visible borders on light |
| 700–800 | Borders on dark UI |
| 500 | Accent rings and focus borders |
Example#
<div class="border border-mono-200 dark:border-mono-800 rounded-xl p-4">Card</div>Dark mode#
Borders go deeper in dark mode: border-mono-200 → dark:border-mono-800.
Related#
colors/mono|Mono hub · colors/index|Color system
