material-wfont.min.css had a higher priority for link colors over site.css, overriding the "correct" link color in site.css making links appear to be the same color as non-link text.
This change increases the specificity of link colors in site.css to change the color of links, thereby making it more clear on the page which lines of text are links.
Fix for Link color being indifferent from base text color
material-wfont.min.css had a higher priority for link colors over site.css, overriding the "correct" link color in site.css making links appear to be the same color as non-link text.
This change increases the specificity of link colors in site.css to change the color of links, thereby making it more clear on the page which lines of text are links.