From 6ca56a1b75a412aa11c502763d6ae9919e2009e3 Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Sat, 24 Feb 2024 16:50:31 -0500 Subject: [PATCH] Fix website highlight of text --- _static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/_static/css/custom.css b/_static/css/custom.css index e36048f18..043068dc9 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -668,6 +668,7 @@ footer { } .wy-body-for-nav { + position: relative; background-color: var(--content-wrap-background-color); }