From 2432ca864db57feb17281847a758340ed94b95a2 Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:14:44 -0400 Subject: [PATCH] Update style on feature-title-list --- css/style.css | 11 +++++++---- features.html | 22 +++++++++++----------- scripts/features.js | 15 +++++++++++++-- 3 files changed, 31 insertions(+), 17 deletions(-) diff --git a/css/style.css b/css/style.css index b87faaf..a3c0497 100644 --- a/css/style.css +++ b/css/style.css @@ -56,19 +56,22 @@ footer { left: 0; } +/* Features Page */ + .row.feature-list-item { padding: 0.5rem; + cursor: pointer; background: #333; } -.row.feature-list-item#active-feature-item { - background: transparent; -} - .feature-detail-container { display: none; } .feature-detail-container#active-feature-detail { display: inherit; +} + +#feature-jumbotron { + background: #333; } \ No newline at end of file diff --git a/features.html b/features.html index 74335b9..2070f72 100644 --- a/features.html +++ b/features.html @@ -133,16 +133,16 @@ -