Ok, try this.
.qa-q-item-title a:visited{
color: green;
}
You need to remove a:visited from this line before adding above code.
.qa-q-item-title a:hover, .qa-q-item-title a:active, .qa-q-item-title a:focus, .qa-q-item-title a:visited {
color: #3498db;
}