github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/styles/core/typography.scss (about)

     1  a {
     2    color: $blue;
     3    text-decoration: underline;
     4  
     5    &:hover {
     6      color: $blue;
     7      text-decoration: underline;
     8    }
     9  }
    10  
    11  code {
    12    color: currentColor;
    13    background: transparent;
    14    text-transform: none;
    15    padding: 0;
    16    font-size: 1em;
    17  }
    18  
    19  .nowrap {
    20    white-space: nowrap;
    21  }
    22  
    23  .is-interactive {
    24    cursor: pointer;
    25  }
    26  
    27  .is-faded {
    28    color: darken($grey-blue, 20%);
    29  }