Skip to content

Commit

Permalink
fix(plugin-copy-code): update default css var
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 8, 2024
1 parent cf292f1 commit 503b6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/plugin-copy-code/src/client/styles/vars.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--code-copy-icon: url('copy-button.svg');
--code-copied-icon: url('copied-button.svg');
--copy-code-color: var(--code-ln-color, #9e9e9e);
--copy-code-hover: var(--code-hl-bg-color, rgb(0 0 0 / 66%));
--copy-code-color: #9e9e9e;
--copy-code-hover: rgb(0 0 0 / 50%);
}

0 comments on commit 503b6fd

Please sign in to comment.