ryansb / ofCourse

Python courseware leveraging Flask and OpenShift
Apache License 2.0
12 stars 14 forks source link

Increased link color specificity in site.css #69

Closed spg1502 closed 8 years ago

spg1502 commented 8 years ago

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.