From 563163523d740213d941c6f2fc16344fbf88ec25 Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 7 Oct 2014 21:48:42 +0000 Subject: Schema option for making links bold again. https://redmatrix.nl/display/d09d1cd2dbc45866beb9c0d384c9dcefe799d1251e3394d12ddb2e34d2c26228@red.mariovavti.com --- view/theme/redbasic/schema/simple_white_on_black.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'view/theme/redbasic/schema/simple_white_on_black.php') diff --git a/view/theme/redbasic/schema/simple_white_on_black.php b/view/theme/redbasic/schema/simple_white_on_black.php index 74d133038..53477d01b 100644 --- a/view/theme/redbasic/schema/simple_white_on_black.php +++ b/view/theme/redbasic/schema/simple_white_on_black.php @@ -36,6 +36,8 @@ $navtabs_decohover = "underline"; if (! $link_colour) $link_colour = "#fff"; + if (! $link_font_weight) + $link_font_weight = "bold"; if (! $selected_active_colour) $selected_active_colour = "#fff"; if (! $selected_active_deco) -- cgit v1.2.3