From 9f536e43bded00ab86552946a43a41dbf74df50b Mon Sep 17 00:00:00 2001 From: David Fischer Date: Fri, 24 May 2019 13:48:41 -0700 Subject: [PATCH] Fix the sidebar ad color - Using transparency was a mistake especially when the sidebar color can be changed --- media/css/readthedocs-doc-embed.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/css/readthedocs-doc-embed.css b/media/css/readthedocs-doc-embed.css index daf03be792f..761e395a495 100644 --- a/media/css/readthedocs-doc-embed.css +++ b/media/css/readthedocs-doc-embed.css @@ -250,7 +250,7 @@ div.ethical-footer { /* Dark theme */ .ethical-dark-theme .ethical-sidebar { - background-color: rgba(255, 255, 255, 0.1); + background-color: #4e4b4b; border: 1px solid #a0a0a0; color: #c2c2c2 !important; }