make all non-button hyperlinks green
Some hyperlinks in the course content have weird classes that have corresponding CSS like this:
.xmodule_display.xmodule_HtmlBlock a:link, .xmodule_display.xmodule_HtmlBlock a:visited, .xmodule_display.xmodule_HtmlBlock a:hover, .xmodule_display.xmodule_HtmlBlock div.info-wrapper section.handouts ol li div.hitarea:hover + h4, div.info-wrapper section.handouts ol li .xmodule_display.xmodule_HtmlBlock div.hitarea:hover + h4, .xmodule_display.xmodule_HtmlBlock div.info-wrapper section.handouts ol li div.hitarea:focus + h4, div.info-wrapper section.handouts ol li .xmodule_display.xmodule_HtmlBlock div.hitarea:focus + h4, .xmodule_display.xmodule_HtmlBlock a:active, .xmodule_display.xmodule_HtmlBlock a:focus {
color: #0075b4;
}
Let's try overriding it with an !important
Closes #5 (closed)
Edited by Maarten de Waard