fix: increase subtitle font sizes for better readability on desktop
- DatabaseManager: 'Retention & Maintenance' text-xs (12px) → text-sm (14px) - globals.css: .card-subtitle text-[10px] → text-xs (12px) Improves readability of secondary headings across admin panels. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
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 tracking-[0.08em] mt-0.5;
|
||||
@apply text-xs font-bold text-slate-500 tracking-[0.08em] mt-0.5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user