aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/schema/simple_black_on_white.php
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-07 21:48:42 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-07 21:48:42 +0000
commit563163523d740213d941c6f2fc16344fbf88ec25 (patch)
treec49851cb4abdc79a1fc1b5bf10d9d9a56edf9cb9 /view/theme/redbasic/schema/simple_black_on_white.php
parentf08626fd703b7d066cb092dfc70255e83304b4f4 (diff)
downloadvolse-hubzilla-563163523d740213d941c6f2fc16344fbf88ec25.tar.gz
volse-hubzilla-563163523d740213d941c6f2fc16344fbf88ec25.tar.bz2
volse-hubzilla-563163523d740213d941c6f2fc16344fbf88ec25.zip
Schema option for making links bold again. https://redmatrix.nl/display/d09d1cd2dbc45866beb9c0d384c9dcefe799d1251e3394d12ddb2e34d2c26228@red.mariovavti.com
Diffstat (limited to 'view/theme/redbasic/schema/simple_black_on_white.php')
-rw-r--r--view/theme/redbasic/schema/simple_black_on_white.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/simple_black_on_white.php b/view/theme/redbasic/schema/simple_black_on_white.php
index cdd85a129..33e8458aa 100644
--- a/view/theme/redbasic/schema/simple_black_on_white.php
+++ b/view/theme/redbasic/schema/simple_black_on_white.php
@@ -36,6 +36,8 @@
$navtabs_decohover = "underline";
if (! $link_colour)
$link_colour = "#000";
+ if (! $link_font_weight)
+ $link_font_weight = "bold";
if (! $selected_active_colour)
$selected_active_colour = "#000";
if (! $selected_active_deco)