X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fformatting.css;fp=LCARStrek%2Fcommunicator%2Fformatting.css;h=732d4718fa09c09fbc6b6722ebd98def3ebc2917;hp=e6665e5300845f786e7233669f303aea8ca64bfd;hb=d07092f55332a0d266283fbfff8cf31e0d7f0997;hpb=7c110a07b23b8d007357734166ed48fd3092a4d2 diff --git a/LCARStrek/communicator/formatting.css b/LCARStrek/communicator/formatting.css index e6665e53..732d4718 100644 --- a/LCARStrek/communicator/formatting.css +++ b/LCARStrek/communicator/formatting.css @@ -39,15 +39,18 @@ /* 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; }