diff --git a/css/style.css b/css/style.css index cbf76d1..0a2663a 100644 --- a/css/style.css +++ b/css/style.css @@ -38,11 +38,11 @@ footer { font-family: "Nunito Sans", sans-serif; } -.jumbotron p>a, footer a { +.jumbotron p>a, footer a, a { color: #222; } -.jumbotron p>a:hover, footer a:hover{ +.jumbotron p>a:hover, footer a:hover, a:hover { color: white; } @@ -87,6 +87,7 @@ footer { .feature-detail-container { display: none; + transition: display 1s ease-in-out; } #active-feature-detail { diff --git a/features.html b/features.html index 4118bac..4ef2139 100644 --- a/features.html +++ b/features.html @@ -145,27 +145,40 @@ -