diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-10 17:02:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-10 17:02:55 +0100 |
commit | 0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9 (patch) | |
tree | 1bfba6455a431f153a9b2b7aa682e495085e9990 /view/theme/redbasic/php/style.php | |
parent | b1c97dfcfd80263f94733d0ec6c357eebc5a57da (diff) | |
download | volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.tar.gz volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.tar.bz2 volse-hubzilla-0f9ddbf3b2509ef4651a9b58d008330d6bc8cfd9.zip |
fixing classes
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 85b495792..43a973da1 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -102,7 +102,7 @@ if (! $nav_icon_colour) if (! $nav_active_icon_colour) $nav_active_icon_colour = "#fff"; if (! $link_colour) - $link_colour = "#337AB7"; + $link_colour = "#0275d8"; if (! $banner_colour) $banner_colour = "#fff"; if (! $bgcolour) |