/* global.css */
::selection {
  background-color: #ccc !important;
  color: inherit !important;
}

::-moz-selection {
  background-color: #ccc !important;
  color: inherit !important;
}
