diff options
author | Mario <mario@mariovavti.com> | 2021-08-15 08:26:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-15 08:26:11 +0000 |
commit | db4109c2a0d10bbbbb3e85e6ba35f820c9aa1e11 (patch) | |
tree | d0e4b52776da2dbac2d39f661e3eb76dfb2ccf7f /view/theme/redbasic/php/style.php | |
parent | 36564b5aa72b9046a71390ff527884d6ee153e58 (diff) | |
download | volse-hubzilla-db4109c2a0d10bbbbb3e85e6ba35f820c9aa1e11.tar.gz volse-hubzilla-db4109c2a0d10bbbbb3e85e6ba35f820c9aa1e11.tar.bz2 volse-hubzilla-db4109c2a0d10bbbbb3e85e6ba35f820c9aa1e11.zip |
streamline default link 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 4fb239cb6..3ea94f9aa 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -79,7 +79,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 = '#007bff'; + $link_colour = '#0d6efd'; if (! $banner_colour) $banner_colour = '#fff'; if (! $bgcolour) |