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; +}