User:Iritscen/vector.css: Difference between revisions

does this approach to changing link color work? it worked on another wiki
(works for me)
(does this approach to changing link color work? it worked on another wiki)
Line 4: Line 4:
   overflow: auto;
   overflow: auto;
   max-height: 25em;
   max-height: 25em;
}
/* Make visited links same color as unvisited */
a:visited
{
  color:#0645AD
}
}