This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/assets/styles/components/share-button.css
2024-02-22 16:24:08 -08:00

15 lines
No EOL
218 B
CSS

webcare-webshare {
font-size: var(--font-size-sm);
line-height: var(--line-height-xs);
}
button {
color: var(--text-color);
background: transparent;
padding: 0;
}
button,
button > svg {
cursor: pointer;
}