<nav role="breadcrumb"><i>Back to <a href="home.html">Home</a></i></nav>
<nav role="breadcrumb"><i>Back to <a href="home.html">Home</a></i></nav>
/* No context defined. */
  • Content:
    .breadcrumb {
        top:0;
        margin: 0 var(--margin-l);
        padding-left: 0;
        background-color: var(--background);
        z-index: 1;
        font-size: var(--base-font-size);
        display: inline;
    }
    
    
    [theme="dark"] .breadcrumb {
        color:var(--accent);
    }
    
  • URL: /components/raw/breadcrumb/breadcrumb.demo.css
  • Filesystem Path: src/components/navigations/breadcrumb/breadcrumb.demo.css
  • Size: 253 Bytes

No notes defined.