remove: eliminate all uppercase text-transform classes for readability
- Removed 74 instances of 'uppercase' Tailwind class - Removed uppercase from card-subtitle utility in globals.css - All UI text now displays in natural sentence/mixed case - Maintains letter-spacing (tracking-widest) for hierarchy This improves readability and accessibility.
This commit is contained in:
@@ -61,7 +61,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
}
|
||||
|
||||
.card-subtitle {
|
||||
@apply text-[10px] font-bold text-slate-500 uppercase tracking-[0.08em] mt-0.5;
|
||||
@apply text-[10px] font-bold text-slate-500 tracking-[0.08em] mt-0.5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user