From 0a162008a2c9849f01786a11fe9e214467475790 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 13 Apr 2016 15:28:08 +0200 Subject: [PATCH] Increase font-weight of links in docs --- modules/doc/public/css/module.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/doc/public/css/module.less b/modules/doc/public/css/module.less index 035c18278..684d4a4bb 100644 --- a/modules/doc/public/css/module.less +++ b/modules/doc/public/css/module.less @@ -24,7 +24,8 @@ pre > code { } .chapter a { - border-bottom: 1px @gray-light dotted; + border-bottom: 1x @gray-light dotted; + font-weight: @font-weight-bold; &:hover { border-bottom: 1px @text-color solid;