Notes:
.navbar
, .navbars
, and .masthead
elements need a class of .bg-dark
to set their text color to white..navbar
and .masthead
elements need an additional custom class to choose their background color. this example uses "sky dark" by setting the variable on :root
and then defining a style .sky-dark
that sets --bs-dark-rgb
(you can see this in the <head>
of this page.)