From 008a838ec2e62db2c77ced0cc549d8c750e8ab28 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 26 Nov 2025 18:56:36 -0500 Subject: [PATCH] Make homepage study cards fully clickable --- kjvstudy_org/templates/index.html | 55 ++++++++++++++++--------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/kjvstudy_org/templates/index.html b/kjvstudy_org/templates/index.html index 2134dac..d8ad895 100644 --- a/kjvstudy_org/templates/index.html +++ b/kjvstudy_org/templates/index.html @@ -131,23 +131,24 @@ } .feature-card { + display: block; padding: 1.25rem 1.5rem; border: 1px solid var(--border-color); - transition: border-color 0.2s; + text-decoration: none; + color: var(--text-color); + transition: border-color 0.2s, background 0.2s; } -.feature-card:hover { +.feature-card:hover, +.feature-card:focus-visible { border-color: var(--border-color-darker); + background: var(--code-bg); } .feature-card h3 { font-size: 1.05rem; margin: 0 0 0.5rem 0; -} - -.feature-card h3 a { color: var(--text-color); - text-decoration: none; } .feature-card p { @@ -287,34 +288,34 @@

Study Resources

- - - - - - - +