Skip to content

Commit

Permalink
tweakz
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 8, 2024
1 parent 6599f8c commit e5f0416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -3767,9 +3767,9 @@ pluto-cell.hooked_up pluto-output {
}

.markdown-code-block-button::before {
background-image: url("https://unpkg.com/ionicons@7.1.0/dist/svg/copy-outline.svg");
background-image: url("https://cdn.jsdelivr.net/gh/ionic-team/ionicons@5.5.1/src/svg/copy-outline.svg");
}

.markdown-code-block-copied-code-button::before {
background-image: url("https://unpkg.com/ionicons@7.1.0/dist/svg/checkmark-outline.svg");
background-image: url("https://cdn.jsdelivr.net/gh/ionic-team/ionicons@5.5.1/src/svg/checkmark-outline.svg");
}

0 comments on commit e5f0416

Please sign in to comment.