We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b42c5 commit 3d5b088Copy full SHA for 3d5b088
packages/docs/components/navbar.md
@@ -638,7 +638,7 @@ Theming the navbar has never been easier thanks to the combination of theming cl
638
</CContainer>
639
</CNavbar>
640
<br/>
641
-<CNavbar expand="lg" color-scheme="light" style={{backgroundColor: '#e3f2fd'}}>
+<CNavbar expand="lg" color-scheme="light" style="background-color: #e3f2fd">
642
<CContainer fluid>
643
<CNavbarBrand href="#">Navbar</CNavbarBrand>
644
<CNavbarToggler aria-label="Toggle navigation" aria-expanded={visible} @click="visible = !visible"/>
0 commit comments