Skip to content

Commit

Permalink
Remove copy button changes on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Dec 21, 2024
1 parent 02a49eb commit 71396c7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,6 @@ 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 Expand Up @@ -333,6 +323,16 @@ body.theme-dark {
color: var(--color-primary--dark) !important;
}

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

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

.navbar-brand {
color: var(--color-primary--dark)!important;
}
Expand Down

0 comments on commit 71396c7

Please sign in to comment.