From ef67b56fc66490c2391b08810b4ee13ac6f1cf4f Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 26 Dec 2020 20:44:11 -0500 Subject: [PATCH] Change highlight text colour on dark theme Fix #6215 --- docs/_static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/style.css b/docs/_static/style.css index 75a303788..c9385bbf6 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -164,7 +164,7 @@ Historically however, thanks to: --attribute-table-entry-hover-background: var(--grey-6); --attribute-table-entry-hover-text: var(--blue-1); --attribute-table-badge: var(--grey-4); - --highlighted-text: rgba(252, 233, 103, 0.4); + --highlighted-text: rgba(250, 166, 26, 0.2); } img[src$="snake_dark.svg"] {