mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Use unicode glyphs for speech button (♪ and ■)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -421,12 +421,11 @@
|
||||
}
|
||||
|
||||
.breadcrumb-action-btn.speech-toggle::before {
|
||||
content: '🔊';
|
||||
font-size: 0.75rem;
|
||||
content: '♪';
|
||||
}
|
||||
|
||||
.breadcrumb-action-btn.speech-toggle.speaking::before {
|
||||
content: '⏹';
|
||||
content: '■';
|
||||
}
|
||||
|
||||
/* Font size scale classes */
|
||||
|
||||
Reference in New Issue
Block a user