diff --git a/site/layouts/partials/resources.html b/site/layouts/partials/resources.html index 7e756d2..344d2bf 100644 --- a/site/layouts/partials/resources.html +++ b/site/layouts/partials/resources.html @@ -11,11 +11,6 @@ {{ if and .category .title }}
- {{ with .category }} -
- {{ . }} -
- {{ end }} {{ with .title }}
{{ . }} diff --git a/site/static/css/creative.css b/site/static/css/creative.css index 0f71ccb..36d65df 100644 --- a/site/static/css/creative.css +++ b/site/static/css/creative.css @@ -357,8 +357,7 @@ header .header-content .header-content-inner p { height: 100%; text-align: center; color: #fff; - opacity: 0; - background: rgba(76, 189, 56, .9); + background: rgba(0, 0, 0, .4); -webkit-transition: all .35s; -moz-transition: all .35s; transition: all .35s; @@ -389,7 +388,7 @@ header .header-content .header-content-inner p { } .resources-box:hover .resources-box-caption { - opacity: 1; + background: rgba(76, 189, 56, .9); } @media(min-width:768px) {