diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-07-10 22:43:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-07-10 22:43:32 +0200 |
commit | 271ed82d0def7b658f074ada9adb1aaa51bdd507 (patch) | |
tree | aaf32d39793b649a275706c16a76ce35b87f142d /view/theme/redbasic/php/style.php | |
parent | c47439fca4fff6e54144c172f3963c297f771b5e (diff) | |
download | volse-hubzilla-271ed82d0def7b658f074ada9adb1aaa51bdd507.tar.gz volse-hubzilla-271ed82d0def7b658f074ada9adb1aaa51bdd507.tar.bz2 volse-hubzilla-271ed82d0def7b658f074ada9adb1aaa51bdd507.zip |
update to match primary color
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) |