Skip to content

Commit

Permalink
Lighter background
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Jun 27, 2021
1 parent 00dc9df commit cc58df1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx_copybutton/_static/copybutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit cc58df1

Please sign in to comment.