// snippet that copies the html for my button(s) function copyButtonRegular() { navigator.clipboard.writeText (''); alert("button html copied!"); } function copyButtonCatppuccin() { navigator.clipboard.writeText (''); alert("button html copied!"); }