﻿/* Dev Styling that will be pulled into Site.scss before the end of each sprint */
.span-hover{
    color: inherit;
}
.span-hover:hover {
    color: red;
}