diff --git a/src/main/resources/static/plugins/highlightjs-copy.css b/src/main/resources/static/plugins/highlightjs-copy.css index cd3a93f..c137a0b 100644 --- a/src/main/resources/static/plugins/highlightjs-copy.css +++ b/src/main/resources/static/plugins/highlightjs-copy.css @@ -34,6 +34,10 @@ mask-repeat: no-repeat; mask-size: 1rem; mask-position: center center; + -webkit-mask: url('data:image/svg+xml;utf-8,'); + -webkit-mask-repeat: no-repeat; + -webkit-mask-size: 1rem; + -webkit-mask-position: center center; } .hljs-copy-button:hover { background-color: color-mix(in srgb, var(--hljs-theme-color), transparent 90%);