From 5bd9f4dff4fe0453970891afbff856ba0a4dd260 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 12 Mar 2020 16:28:15 +1100 Subject: sphinx: Add a custom highlight colour Update #2998 --- common/_static/my-styles.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/_static') diff --git a/common/_static/my-styles.css b/common/_static/my-styles.css index 7040e75..bc67c33 100644 --- a/common/_static/my-styles.css +++ b/common/_static/my-styles.css @@ -29,6 +29,11 @@ color: #a87892; } +.highlight { + background: rgba(250, 252, 237); + color: rgba(0, 0, 0); +} + /* * Literals. */ -- cgit v1.2.3