summaryrefslogtreecommitdiff
path: root/api-docs/source/_static
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-10-21 15:32:30 -0400
committerJordan Wiens <jordan@psifertex.com>2020-10-21 15:44:17 -0400
commitde82cc2cc17329530e015368b50862e381d68659 (patch)
tree3eba7a6d9d86fb367f0b6ecb650b40a456063c94 /api-docs/source/_static
parent5f00b25095a968a51f9e077e679a990c2d34b0a4 (diff)
include link to cpp in py docs
Diffstat (limited to 'api-docs/source/_static')
-rw-r--r--api-docs/source/_static/css/other.css9
1 files changed, 9 insertions, 0 deletions
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;
+}