diff options
Diffstat (limited to 'notifier')
-rw-r--r-- | notifier/growl.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notifier/growl.css b/notifier/growl.css index 5bcde51..62698cd 100644 --- a/notifier/growl.css +++ b/notifier/growl.css @@ -74,11 +74,11 @@ div.observer_growl div.observer_growl_notification div.header { } div.observer_growl div.observer_growl_notification a:link { - color: #EF6D29; + color: #EF6D29 !important; } div.observer_growl div.observer_growl_notification a:visited { - color: #A50000; + color: #BA591E !important; } div.observer_growl div.observer_growl_notification div.close { |