diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-13 19:59:30 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-13 19:59:30 -0700 |
commit | 88bb61018da11207293a2bcbfaef7ce99623e0ba (patch) | |
tree | eade9be732fb272327cadc88f13da28e02fd98d9 /view/theme/redbasic/php/style.php | |
parent | c940d8d7ca25691519d400ad19aa22b5611fc2e7 (diff) | |
parent | 403e90861cccecc3179e380b084238e1294fe61e (diff) | |
download | volse-hubzilla-88bb61018da11207293a2bcbfaef7ce99623e0ba.tar.gz volse-hubzilla-88bb61018da11207293a2bcbfaef7ce99623e0ba.tar.bz2 volse-hubzilla-88bb61018da11207293a2bcbfaef7ce99623e0ba.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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 ad8220028..e5a6eb0cd 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -80,7 +80,7 @@ if (! $nav_icon_colour) if (! $nav_active_icon_colour) $nav_active_icon_colour = 'rgba(255, 255, 255, 0.75)'; if (! $link_colour) - $link_colour = '#0275d8'; + $link_colour = '#007bff'; if (! $banner_colour) $banner_colour = '#fff'; if (! $bgcolour) |