@import "./_colors";

::selection {
    background: $turquoise;
}

::-moz-selection {
    background: $turquoise;
}
