mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user