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