diff --git a/drupal/sites/default/boinc/themes/boinc/css/panels-styles.css b/drupal/sites/default/boinc/themes/boinc/css/panels-styles.css index 345ebce3c0..5ddef9982f 100644 --- a/drupal/sites/default/boinc/themes/boinc/css/panels-styles.css +++ b/drupal/sites/default/boinc/themes/boinc/css/panels-styles.css @@ -67,7 +67,6 @@ .boinc-overview-details .detail { font-size: 12px; font-weight: bold; - color: #00aeef; text-transform: uppercase; letter-spacing: 1px; padding: 5px; @@ -78,7 +77,6 @@ } .boinc-overview-details a.user-of-the-day, .boinc-overview-details a.user-of-the-day:hover { - color: inherit; text-decoration: none; } .boinc-overview-details .user-of-the-day .text, @@ -86,6 +84,9 @@ margin-left: 60px; max-width: 135px; } +.boinc-overview-details .user-of-the-day .text { + color: #000; +} .boinc-overview-details .user-of-the-day .picture { float: left; margin-top: -7px;