diff options
author | Mario <mario@mariovavti.com> | 2022-08-20 09:31:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-08-20 09:31:30 +0000 |
commit | aefe7ddd8fd09656f8c7311a7771e8be9e320388 (patch) | |
tree | 4cab2296713e1989a302eda1f79c67b1d680e4ca /view/theme/redbasic/schema | |
parent | 254dea7558191af140edb2597ea41f5a49756a53 (diff) | |
download | volse-hubzilla-aefe7ddd8fd09656f8c7311a7771e8be9e320388.tar.gz volse-hubzilla-aefe7ddd8fd09656f8c7311a7771e8be9e320388.tar.bz2 volse-hubzilla-aefe7ddd8fd09656f8c7311a7771e8be9e320388.zip |
redbasic: make use of css variables and implement link_hover_colour
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 18e92ac93..cd9653a23 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -17,7 +17,9 @@ if (! $nav_active_icon_colour) $nav_active_icon_colour = "#fff"; if (! $link_colour) - $link_colour = "#fff"; + $link_colour = "#5f7b99;"; + if (! $link_hover_colour) + $link_hover_colour = "#4b6b8c"; if (! $banner_colour) $banner_colour = "#999"; if (! $bgcolour) |