From 24bc855299e9595fe6e78855d23ae7224e30edd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 14 Dec 2017 22:42:46 +0100 Subject: [PATCH] doxygen: make it possible to override the bold link text. --- css/m-dark+doxygen.compiled.css | 3 +++ css/m-dark.doxygen.compiled.css | 3 +++ css/m-doxygen.css | 4 ++++ css/m-light+doxygen.compiled.css | 3 +++ css/m-light.doxygen.compiled.css | 3 +++ 5 files changed, 16 insertions(+) diff --git a/css/m-dark+doxygen.compiled.css b/css/m-dark+doxygen.compiled.css index e7adf1ba..2a5776a6 100644 --- a/css/m-dark+doxygen.compiled.css +++ b/css/m-dark+doxygen.compiled.css @@ -1754,6 +1754,9 @@ ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a: a.m-dox, a.m-dox-self { font-weight: bold; } +.m-thin a.m-dox, .m-thin a.m-dox-self { + font-weight: normal; +} ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a:first-child, ul.m-dox li.m-dox-expansible > a:first-child:hover, diff --git a/css/m-dark.doxygen.compiled.css b/css/m-dark.doxygen.compiled.css index cc91775b..e26a380c 100644 --- a/css/m-dark.doxygen.compiled.css +++ b/css/m-dark.doxygen.compiled.css @@ -31,6 +31,9 @@ ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a: a.m-dox, a.m-dox-self { font-weight: bold; } +.m-thin a.m-dox, .m-thin a.m-dox-self { + font-weight: normal; +} ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a:first-child, ul.m-dox li.m-dox-expansible > a:first-child:hover, diff --git a/css/m-doxygen.css b/css/m-doxygen.css index 51678039..0142953e 100644 --- a/css/m-doxygen.css +++ b/css/m-doxygen.css @@ -29,6 +29,10 @@ ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a: a.m-dox, a.m-dox-self { font-weight: bold; } +/* Make it possible to override the above */ +.m-thin a.m-dox, .m-thin a.m-dox-self { + font-weight: normal; +} ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a:first-child, ul.m-dox li.m-dox-expansible > a:first-child:hover, diff --git a/css/m-light+doxygen.compiled.css b/css/m-light+doxygen.compiled.css index 8385730b..51cbe1ba 100644 --- a/css/m-light+doxygen.compiled.css +++ b/css/m-light+doxygen.compiled.css @@ -1690,6 +1690,9 @@ ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a: a.m-dox, a.m-dox-self { font-weight: bold; } +.m-thin a.m-dox, .m-thin a.m-dox-self { + font-weight: normal; +} ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a:first-child, ul.m-dox li.m-dox-expansible > a:first-child:hover, diff --git a/css/m-light.doxygen.compiled.css b/css/m-light.doxygen.compiled.css index 0b02f1c4..41b39023 100644 --- a/css/m-light.doxygen.compiled.css +++ b/css/m-light.doxygen.compiled.css @@ -31,6 +31,9 @@ ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a: a.m-dox, a.m-dox-self { font-weight: bold; } +.m-thin a.m-dox, .m-thin a.m-dox-self { + font-weight: normal; +} ul.m-dox li.m-dox-expansible > a:first-child, ul.m-dox li.m-dox-collapsible > a:first-child, ul.m-dox li.m-dox-expansible > a:first-child:hover, -- 2.30.2