sync trunk and branch
[themes.git] / EarlyBlue / communicator / formatting.css
index 2c5fc1657f901be5173c7c3256016cefab7e83c7..208d08cff58692a147402ef15ba14d6d2fee8818 100644 (file)
   text-decoration: underline;
 }
 
+.text-link:focus {
+  color: red;
+  outline: 1px dotted invert;
+}
+
 .text-link:hover {
   cursor: pointer;
 }
@@ -53,4 +58,4 @@
 
 .text-link[visited="true"] {
   color: purple;
-}
+}
\ No newline at end of file