mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Add italic styling to Strong's definition cards
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
|
||||
.info-card.definition p {
|
||||
font-size: 1.15rem;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.info-card.kjv {
|
||||
@@ -124,6 +125,7 @@
|
||||
.info-card.kjv p {
|
||||
font-size: 1.05rem;
|
||||
color: var(--text-color);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.info-card.derivation {
|
||||
@@ -133,6 +135,7 @@
|
||||
.info-card.derivation p {
|
||||
font-size: 0.95rem;
|
||||
color: var(--text-secondary);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.strongs-ref {
|
||||
|
||||
Reference in New Issue
Block a user