github.com/manicqin/nomad@v0.9.5/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  }