diff --git a/kjvstudy_org/templates/verse.html b/kjvstudy_org/templates/verse.html index 632f6aa..fe783b2 100644 --- a/kjvstudy_org/templates/verse.html +++ b/kjvstudy_org/templates/verse.html @@ -61,6 +61,25 @@ color: inherit; } +/* Prevent word definitions from inheriting red color */ +.words-of-christ .word-original, +.words-of-christ .word-transliteration, +.words-of-christ .word-strongs, +.words-of-christ .word-english, +.words-of-christ .word-parsing, +.words-of-christ .word-definition { + color: inherit; +} + +[data-theme="dark"] .words-of-christ .word-original, +[data-theme="dark"] .words-of-christ .word-transliteration, +[data-theme="dark"] .words-of-christ .word-strongs, +[data-theme="dark"] .words-of-christ .word-english, +[data-theme="dark"] .words-of-christ .word-parsing, +[data-theme="dark"] .words-of-christ .word-definition { + color: inherit; +} + .verse-text { font-size: 1.8rem; line-height: 2.4rem;