From f48b90f8c4629dc185daff6c31c7fe6611c5100e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 5 Aug 2016 16:22:15 -0700 Subject: [PATCH] Use bold for method and class names --- docs/sphinx/_static/css/phoenix.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sphinx/_static/css/phoenix.css b/docs/sphinx/_static/css/phoenix.css index 9d03cc9f..1fad634e 100644 --- a/docs/sphinx/_static/css/phoenix.css +++ b/docs/sphinx/_static/css/phoenix.css @@ -530,6 +530,9 @@ cite, code, tt { letter-spacing: 0.01em; } +code.descname, code.descclassname { + font-weight: bold; +} a.headerlink { color: #c60f0f; font-size: 0.8em;