Added Button cursor to custom.css

This commit is contained in:
Malasaur 2026-02-02 23:11:36 +01:00
parent 7deec188d1
commit 3118e4e1a5
No known key found for this signature in database

View file

@ -79,3 +79,10 @@
font-size: 0.875rem; font-size: 0.875rem;
font-weight: 600; font-weight: 600;
} }
@layer base {
button:not(:disabled),
[role="button"]:not(:disabled) {
cursor: pointer;
}
}