keeping up with classic and new feature work
[themes.git] / LCARStrek / communicator / formatting.css
index e6665e5300845f786e7233669f303aea8ca64bfd..732d4718fa09c09fbc6b6722ebd98def3ebc2917 100644 (file)
 
 /* class for text with a 'link' appearance */
 .text-link {
-  color: #666699;
+  color: blue;
   text-decoration: underline;
-  cursor: pointer;
 }
 
 .text-link:hover {
-  color: #333366;
+  cursor: pointer;
 } 
 
 .text-link:hover:active {
-  color: #990000;
+  color: red;
+}
+
+.text-link[visited="true"] {
+  color: purple;
 }