From de82cc2cc17329530e015368b50862e381d68659 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 21 Oct 2020 15:32:30 -0400 Subject: include link to cpp in py docs --- api-docs/source/_static/css/other.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'api-docs/source') diff --git a/api-docs/source/_static/css/other.css b/api-docs/source/_static/css/other.css index c9600b7c..935fd711 100644 --- a/api-docs/source/_static/css/other.css +++ b/api-docs/source/_static/css/other.css @@ -1,3 +1,12 @@ .wy-nav-content { max-width: 2000px !important; } + +.cpplink, .cpplink a, .cpplink a:visited{ + color: #fff; + font-size: small; +} + +.cpplink a, .cpplink a:visited { + text-decoration: underline; +} -- cgit v1.3.1