@@ -6,7 +6,7 @@ export const extra_css = ['navbars.css']
66---
77
88<main >
9- <nav class =" navbar navbar-dark bg-dark " aria-label =" First navbar example" >
9+ <nav class =" navbar bg-black " aria-label =" First navbar example" data-bs-theme = " dark " >
1010 <div class =" container-fluid" >
1111 <a class =" navbar-brand" href =" #" >Never expand</a >
1212 <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarsExample01" aria-controls =" navbarsExample01" aria-expanded =" false" aria-label =" Toggle navigation" >
@@ -40,7 +40,7 @@ export const extra_css = ['navbars.css']
4040 </div >
4141 </nav >
4242
43- <nav class =" navbar navbar-expand navbar-dark bg-dark " aria-label =" Second navbar example" >
43+ <nav class =" navbar navbar-expand bg-black " aria-label =" Second navbar example" data-bs-theme = " dark " >
4444 <div class =" container-fluid" >
4545 <a class =" navbar-brand" href =" #" >Always expand</a >
4646 <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarsExample02" aria-controls =" navbarsExample02" aria-expanded =" false" aria-label =" Toggle navigation" >
@@ -63,7 +63,7 @@ export const extra_css = ['navbars.css']
6363 </div >
6464 </nav >
6565
66- <nav class =" navbar sm:navbar-expand navbar-dark bg-dark " aria-label =" Third navbar example" >
66+ <nav class =" navbar sm:navbar-expand bg-black " aria-label =" Third navbar example" data-bs-theme = " dark " >
6767 <div class =" container-fluid" >
6868 <a class =" navbar-brand" href =" #" >Expand at sm</a >
6969 <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarsExample03" aria-controls =" navbarsExample03" aria-expanded =" false" aria-label =" Toggle navigation" >
@@ -97,7 +97,7 @@ export const extra_css = ['navbars.css']
9797 </div >
9898 </nav >
9999
100- <nav class =" navbar md:navbar-expand navbar-dark bg-dark " aria-label =" Fourth navbar example" >
100+ <nav class =" navbar md:navbar-expand bg-black " aria-label =" Fourth navbar example" data-bs-theme = " dark " >
101101 <div class =" container-fluid" >
102102 <a class =" navbar-brand" href =" #" >Expand at md</a >
103103 <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarsExample04" aria-controls =" navbarsExample04" aria-expanded =" false" aria-label =" Toggle navigation" >
@@ -131,7 +131,7 @@ export const extra_css = ['navbars.css']
131131 </div >
132132 </nav >
133133
134- <nav class =" navbar lg:navbar-expand navbar-dark bg-dark " aria-label =" Fifth navbar example" >
134+ <nav class =" navbar lg:navbar-expand bg-black " aria-label =" Fifth navbar example" data-bs-theme = " dark " >
135135 <div class =" container-fluid" >
136136 <a class =" navbar-brand" href =" #" >Expand at lg</a >
137137 <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarsExample05" aria-controls =" navbarsExample05" aria-expanded =" false" aria-label =" Toggle navigation" >
@@ -165,7 +165,7 @@ export const extra_css = ['navbars.css']
165165 </div >
166166 </nav >
167167
168- <nav class =" navbar xl:navbar-expand navbar-dark bg-dark " aria-label =" Sixth navbar example" >
168+ <nav class =" navbar xl:navbar-expand bg-black " aria-label =" Sixth navbar example" data-bs-theme = " dark " >
169169 <div class =" container-fluid" >
170170 <a class =" navbar-brand" href =" #" >Expand at xl</a >
171171 <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarsExample06" aria-controls =" navbarsExample06" aria-expanded =" false" aria-label =" Toggle navigation" >
@@ -199,7 +199,7 @@ export const extra_css = ['navbars.css']
199199 </div >
200200 </nav >
201201
202- <nav class =" navbar 2xl:navbar-expand navbar-dark bg-dark " aria-label =" Seventh navbar example" >
202+ <nav class =" navbar 2xl:navbar-expand bg-black " aria-label =" Seventh navbar example" data-bs-theme = " dark " >
203203 <div class =" container-fluid" >
204204 <a class =" navbar-brand" href =" #" >Expand at 2xl</a >
205205 <button class =" btn-icon navbar-toggler" type =" button" data-bs-toggle =" collapse" data-bs-target =" #navbarsExample2xl" aria-controls =" navbarsExample2xl" aria-expanded =" false" aria-label =" Toggle navigation" >
0 commit comments