keeping up with classic and new features
[themes.git] / EarlyBlue / communicator / formatting.css
index 41187e270e997a0ca3dfedf79c370f0d5bf64d07..2c5fc1657f901be5173c7c3256016cefab7e83c7 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;
 }