diff --git a/kjvstudy_org/templates/biblical_angels.html b/kjvstudy_org/templates/biblical_angels.html index a3741ee..084a5bb 100644 --- a/kjvstudy_org/templates/biblical_angels.html +++ b/kjvstudy_org/templates/biblical_angels.html @@ -76,7 +76,7 @@ .verse-text { max-width: 60%; font-style: italic; - color: #e8e8e8; + color: var(--text-secondary); line-height: 1.8; } diff --git a/kjvstudy_org/templates/biblical_covenants.html b/kjvstudy_org/templates/biblical_covenants.html index 88c1b00..f9012d6 100644 --- a/kjvstudy_org/templates/biblical_covenants.html +++ b/kjvstudy_org/templates/biblical_covenants.html @@ -76,7 +76,7 @@ .verse-text { max-width: 60%; font-style: italic; - color: #e8e8e8; + color: var(--text-secondary); line-height: 1.8; } diff --git a/kjvstudy_org/templates/biblical_festivals.html b/kjvstudy_org/templates/biblical_festivals.html index dfca5b2..17e564c 100644 --- a/kjvstudy_org/templates/biblical_festivals.html +++ b/kjvstudy_org/templates/biblical_festivals.html @@ -76,7 +76,7 @@ .verse-text { max-width: 60%; font-style: italic; - color: #e8e8e8; + color: var(--text-secondary); line-height: 1.8; } diff --git a/kjvstudy_org/templates/biblical_prophets.html b/kjvstudy_org/templates/biblical_prophets.html index 2fd7fad..ec97c56 100644 --- a/kjvstudy_org/templates/biblical_prophets.html +++ b/kjvstudy_org/templates/biblical_prophets.html @@ -105,7 +105,7 @@ .verse-text { max-width: 60%; font-style: italic; - color: #e8e8e8; + color: var(--text-secondary); line-height: 1.8; } diff --git a/kjvstudy_org/templates/names_of_god.html b/kjvstudy_org/templates/names_of_god.html index 033ea72..2a96a33 100644 --- a/kjvstudy_org/templates/names_of_god.html +++ b/kjvstudy_org/templates/names_of_god.html @@ -76,7 +76,7 @@ .verse-text { max-width: 60%; font-style: italic; - color: #e8e8e8; + color: var(--text-secondary); line-height: 1.8; } diff --git a/kjvstudy_org/templates/parables.html b/kjvstudy_org/templates/parables.html index 8aa7662..a82f984 100644 --- a/kjvstudy_org/templates/parables.html +++ b/kjvstudy_org/templates/parables.html @@ -109,7 +109,7 @@ .verse-text { max-width: 60%; font-style: italic; - color: #e8e8e8; + color: var(--text-secondary); line-height: 1.8; } diff --git a/kjvstudy_org/templates/resource_detail.html b/kjvstudy_org/templates/resource_detail.html index c9da61e..0bd5f5e 100644 --- a/kjvstudy_org/templates/resource_detail.html +++ b/kjvstudy_org/templates/resource_detail.html @@ -55,7 +55,7 @@ .verse-text { max-width: 75%; font-style: italic; - color: #e8e8e8 !important; + color: var(--text-secondary); line-height: 1.8; font-size: 1.1rem; } diff --git a/kjvstudy_org/templates/tetragrammaton.html b/kjvstudy_org/templates/tetragrammaton.html index 9d811bd..858c12a 100644 --- a/kjvstudy_org/templates/tetragrammaton.html +++ b/kjvstudy_org/templates/tetragrammaton.html @@ -5,6 +5,11 @@ {% block head %}