Skip to content

Commit

Permalink
Adjust copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Dec 21, 2024
1 parent 04d3b88 commit 02a49eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,16 @@ hr {
background-color: var(--color-button-hover--light);
}

.copybtn {
top: .5em!important;
right: .5em!important;
opacity: .2!important;
}

.copybtn:hover {
opacity: 0.9!important;
}

.border-top {
border-color: var(--color-background-dim--light) !important;
}
Expand Down

0 comments on commit 02a49eb

Please sign in to comment.