keep up with EarlyBlue/Classic development
[themes.git] / LCARStrek / communicator / formatting.css
index 732d4718fa09c09fbc6b6722ebd98def3ebc2917..208d08cff58692a147402ef15ba14d6d2fee8818 100644 (file)
   text-decoration: underline;
 }
 
+.text-link:focus {
+  color: red;
+  outline: 1px dotted invert;
+}
+
 .text-link:hover {
   cursor: pointer;
-} 
+}
 
 .text-link:hover:active {
   color: red;
@@ -53,4 +58,4 @@
 
 .text-link[visited="true"] {
   color: purple;
-}
+}
\ No newline at end of file