github.com/thomasobenaus/nomad@v0.11.1/ui/app/styles/core/breadcrumb.scss (about)

     1  .breadcrumb {
     2    margin: 0 1.5rem;
     3  
     4    a {
     5      text-decoration: none;
     6      opacity: 0.7;
     7  
     8      &:hover {
     9        text-decoration: none;
    10        opacity: 1;
    11      }
    12    }
    13  
    14    li.is-active a {
    15      opacity: 1;
    16    }
    17  }