Make font size buttons more visually distinct (smaller A vs larger A)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-03 14:37:41 -05:00
parent 70d2e48ca9
commit 8ffd60db2a
+4 -4
View File
@@ -403,13 +403,13 @@
}
.breadcrumb-action-btn.font-decrease {
font-size: 0.65rem;
font-weight: 600;
font-size: 0.6rem;
font-weight: 700;
}
.breadcrumb-action-btn.font-increase {
font-size: 0.9rem;
font-weight: 600;
font-size: 1rem;
font-weight: 700;
}
.breadcrumb-action-btn.dark-toggle::before {