X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=sidebyside;f=LCARStrek%2Fcommunicator%2Fformatting.css;h=208d08cff58692a147402ef15ba14d6d2fee8818;hb=57d23eaef3f5e5538c6125d5634613fba2555e5c;hp=732d4718fa09c09fbc6b6722ebd98def3ebc2917;hpb=d07092f55332a0d266283fbfff8cf31e0d7f0997;p=themes.git diff --git a/LCARStrek/communicator/formatting.css b/LCARStrek/communicator/formatting.css index 732d4718..208d08cf 100644 --- a/LCARStrek/communicator/formatting.css +++ b/LCARStrek/communicator/formatting.css @@ -43,9 +43,14 @@ 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