You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v6: Refine examples - headings, themes, and layout (twbs#42432)
Reduce heading sizes and remove emphasis in feature examples. Unify
dark-theme styling, improve accessibility and layout, update Chart.js,
and replace text-white/text-secondary with fg-* utilities across
example pages.
Co-authored-by: Cursor <cursoragent@cursor.com>
<pclass="fg-2">Add some information about the album below, the author, or any other background context. Make it a few sentences long so folks can pick up some informative tidbits. Then, link them off to some social networking sites or contact information.</p>
15
15
</div>
16
16
<divclass="sm:col-4 md:offset-1 py-4">
17
-
<h4>Contact</h4>
17
+
<h4class="fg-white">Contact</h4>
18
18
<ulclass="list-unstyled">
19
19
<li><ahref="#"class="fg-white">Follow on X</a></li>
20
20
<li><ahref="#"class="fg-white">Like on Facebook</a></li>
@@ -24,7 +24,7 @@ import Placeholder from "@shortcodes/Placeholder.astro"
<p>Cover template for <ahref="https://getbootstrap.com/"class="text-white">Bootstrap</a>, by <ahref="https://x.com/mdo"class="text-white">@mdo</a>.</p>
29
+
<p>Cover template for <ahref="https://getbootstrap.com/"class="fg-white">Bootstrap</a>, by <ahref="https://x.com/mdo"class="fg-white">@mdo</a>.</p>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<p>Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<h2class="fw-bold text-body-emphasis">Left-aligned title explaining these awesome features</h2>
287
+
<h2class="fw-bold">Left-aligned title explaining these awesome features</h2>
288
288
<pclass="fg-2">Paragraph of text beneath the heading to explain the heading. We'll add onto it with another sentence and probably just keep going until we run out of words.</p>
<p>Additional classes added in Bootstrap v4.4 allow containers that are 100% wide until a particular breakpoint. v5 adds a new <code>2xl</code> breakpoint.</p>
0 commit comments