From cc58df1deb260a0c47c648543bafd1251de23a9f Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Sun, 27 Jun 2021 10:51:41 -0700 Subject: [PATCH] Lighter background --- sphinx_copybutton/_static/copybutton.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_copybutton/_static/copybutton.css b/sphinx_copybutton/_static/copybutton.css index af98a9b..5d29149 100644 --- a/sphinx_copybutton/_static/copybutton.css +++ b/sphinx_copybutton/_static/copybutton.css @@ -14,7 +14,7 @@ button.copybtn { outline: none; border-radius: 0.4em; border: #e1e1e1 1px solid; - background-color: rgb(233, 233, 233); + background-color: rgb(245, 245, 245); } button.copybtn.success { @@ -35,7 +35,7 @@ div.highlight { } .highlight button.copybtn:hover { - background-color: rgb(223, 223, 223); + background-color: rgb(235, 235, 235); } .highlight button.copybtn:active {