chore: naming + reduced motion

This commit is contained in:
Cory Dransfeldt 2024-01-05 15:12:10 -08:00
parent 8835792b90
commit fa0b36f696
No known key found for this signature in database
6 changed files with 16 additions and 10 deletions

View file

@ -14,9 +14,8 @@
}
.pagination button.disabled > svg {
opacity: .5;
cursor: not-allowed;
stroke: var(--black);
stroke: color-mix(in srgb, var(--black), transparent 50%);
stroke-width: var(--stroke-width-default);
}