aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-15 08:26:11 +0000
committerMario <mario@mariovavti.com>2021-08-15 08:26:11 +0000
commitdb4109c2a0d10bbbbb3e85e6ba35f820c9aa1e11 (patch)
treed0e4b52776da2dbac2d39f661e3eb76dfb2ccf7f /view/theme/redbasic/php/style.php
parent36564b5aa72b9046a71390ff527884d6ee153e58 (diff)
downloadvolse-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.php2
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)