_dark.scss 201 B

12345678
  1. // from Chris Coyier on Jul 26, 2016: https://css-tricks.com/overriding-the-default-text-selection-color-with-css/
  2. body::selection {
  3. color: $selection-color-alt;
  4. background: $selection-bg-alt;
  5. }