# Front matter hyphens tell Jekyll pre-processor this is the main SCSS file.


/***

* Override default library styles.
*/

.vignette-block {
    display: none;

    &.active {
        display: block;
    }
}

tr:target {
   background-color: #dee2e6;
}

.fa-sort,
.fa-sort-up,
.fa-sort-down {
   cursor: pointer;
}