From e663b524aeaddfcdb48b28baa08d86c4fe54d5fe Mon Sep 17 00:00:00 2001 From: Sumanth Ratna Date: Tue, 20 Oct 2020 12:34:39 -0400 Subject: [PATCH] Enable highlighting (#11500) --- doc/source/_static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/_static/css/custom.css b/doc/source/_static/css/custom.css index 513bc79be..7e4864d1d 100644 --- a/doc/source/_static/css/custom.css +++ b/doc/source/_static/css/custom.css @@ -67,3 +67,7 @@ span.rst-current-version > span.fa.fa-book { .rst-versions { z-index: 1200 !important; } + +dt:target, span.highlighted { + background-color: #fbe54e; +}