Skip to content

Commit

Permalink
fix: code clip-board copy button style
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Jul 24, 2023
1 parent 8148b0e commit 05450c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles/prism-aurora-future.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ div.code-toolbar > .toolbar button {
-ms-user-select: none;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
div.code-toolbar > .toolbar button.copy-to-clipboard-button {
color: var(--foreground);
font-size: 0.8em;
padding: 0.5em;
Expand Down

0 comments on commit 05450c5

Please sign in to comment.