diff --git a/src/custom.css b/src/custom.css index ea74e35..7ecbb1f 100644 --- a/src/custom.css +++ b/src/custom.css @@ -79,3 +79,10 @@ font-size: 0.875rem; font-weight: 600; } + +@layer base { + button:not(:disabled), + [role="button"]:not(:disabled) { + cursor: pointer; + } +}