Skip to content

Commit

Permalink
style(markdown): lighten copy button hover background color
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbeom-shin committed Nov 6, 2024
1 parent b22696e commit c1e21bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/shared/viewers/MarkdownViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
const copyButtonFragment = `
<clipboard-copy value="${escapeHtml(str)}"
class="copy-button p-1 h-fit hidden group-hover:block hover:bg-gray-500 rounded-sm cursor-pointer"
class="copy-button p-1 h-fit hidden group-hover:block hover:bg-gray-100 rounded-sm cursor-pointer"
>${copyIcon}</clipboard-copy>`
if (lang && hljs.getLanguage(lang)) {
Expand Down

0 comments on commit c1e21bc

Please sign in to comment.