X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fformatting.css;h=2c5fc1657f901be5173c7c3256016cefab7e83c7;hp=41187e270e997a0ca3dfedf79c370f0d5bf64d07;hb=7c110a07b23b8d007357734166ed48fd3092a4d2;hpb=0c2ff85ce528cbd3ee054edc4ee44d37f79fc0a3 diff --git a/EarlyBlue/communicator/formatting.css b/EarlyBlue/communicator/formatting.css index 41187e27..2c5fc165 100644 --- a/EarlyBlue/communicator/formatting.css +++ b/EarlyBlue/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; }