From f556cb79eb25aa0752ee119796327731014742e6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 May 2025 20:56:44 -0400 Subject: [PATCH] Fix CSS syntax error and update border colors Removes malformed border-text-secondary line and updates hover states to use consistent primary colors instead of secondary/border colors. --- kjvstudy_org/static/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kjvstudy_org/static/style.css b/kjvstudy_org/static/style.css index 9f2f9d3..d4a4bf3 100644 --- a/kjvstudy_org/static/style.css +++ b/kjvstudy_org/static/style.css @@ -560,8 +560,7 @@ div { .nav-button-primary:hover { background: var(--primary-dark); - border-text-secondary); - border-color: var(--text-secondary); + border-color: var(--primary-dark); } /* Search */ @@ -589,7 +588,7 @@ div { .search-input:focus { outline: none; - border-color: var(--border-color); + border-color: var(--primary-color); } .search-icon {