diff --git a/taskbar.html b/taskbar.html index b6ecd57..eeb7d7e 100644 --- a/taskbar.html +++ b/taskbar.html @@ -43,12 +43,29 @@ function checkTime(i) { .nowrap { white-space: nowrap; } + a:link + { + color:#FFFFFF; + text-decoration: none; + } + + a:visited + { + color:#FFFFFF; + text-decoration: none; + } + + a:hover + { + color:#FFFFFF; + text-decoration: none; + } -  

|

-  

|

+
+ |