Alerts
Bootstrap alerts restyled for the dark theme. .alert-primary has a gold left border accent — use it for tips, notes, and asides.
Pro tip:
This is an alert-primary styled as a gold-accented callout. Use for tips, notes, or important asides.
Warning:
This is an alert-warning for cautionary messages.
Error:
This is an alert-danger — a translucent dark red via the theme's
$danger-*-subtle/-emphasis overrides in app.scss (failure notices, broken links).
Usage
<div class="alert alert-primary">
<strong>Pro tip:</strong>
Tip text here.
</div>