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 @@ -