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
Replace instances of text-white/text-secondary with the fg-white/fg-secondary utility across example pages for consistent foreground color utilities. Updated: site/src/assets/examples/{cover,drawer-navbar,features,headers,sidebars}/index.astro. Also added align-items-start to sidebar <ul> elements to improve item alignment.
<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>
0 commit comments