/** 
Shame css file

use this file to add quick fixes and hacks that should be added to the main css file in the future

Rules
 - Document each addition well and add the reason for adding it and specify where it applies


*/

/* Remove the visited link color from the commentary section on the homepage
*/
.path-frontpage .wrapper .content.column .textual-wrapper h3 a:visited {
  color: black;
}