From 65e35e1a266682ee709d423c154afd8031375dad Mon Sep 17 00:00:00 2001 From: hpnrep6 <57055412+hpnrep6@users.noreply.github.com> Date: Thu, 17 Jun 2021 01:42:41 -0400 Subject: [PATCH] Fix JavaScript class reference dark mode (#5004) --- _static/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_static/css/custom.css b/_static/css/custom.css index b85497b18..05d931364 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -292,7 +292,7 @@ hr, .rst-content dl:not(.docutils) dl dt { background-color: var(--admonition-attention-background-color); border-color: var(--admonition-attention-title-background-color); - color: var(--admonition-attention-color); + color: var(--admonition-attention-color) !important; } .rst-content dl:not(.docutils).class dt, .rst-content dl:not(.docutils).function dt, @@ -321,7 +321,7 @@ hr, } .rst-content dl:not(.docutils) .sig-paren, .rst-content dl:not(.docutils) .optional { - color: var(--highlight-operator-color); + color: var(--highlight-operator-color) !important; font-weight: normal; padding: 0 2px; } @@ -347,7 +347,7 @@ hr, color: var(--highlight-keyword-color); } .rst-content dl:not(.docutils) dt a.headerlink { - color: var(--link-color); + color: var(--link-color) !important; } .rst-content dl:not(.docutils) dt a.headerlink:visited { color: var(--link-color-visited);