@-moz-document url-prefix(http), url-prefix(file) {

 ::-moz-selection 
{background: hsl(217,40%,82%) /*use "currentColor" - for stealth*/;
color: hsl(217,40%,10%)}

 code::-moz-selection
{color: hsl(217,5%,35%);}

 :link::-moz-selection
{color: hsl(217,50%,50%);}

 :link:hover::-moz-selection
{color:hsl(217,50%,67%);}

 :link:focus 
{text-shadow: hsla(0,0%,100%,.85) 0 -1px 0px, white  0 0 2px,white 0 0 2px,white 0 0 2.5px,white 0 -1px 2px, CurrentColor 0px 0px 1.7px, currentColor 0px 0px .51em;
transition: text-shadow .3s;}

 :link:focus:not([style*="background"])
{outline:none !important;}
}