diff --git a/_includes/related-pages.html b/_includes/related-pages.html index 46ecdaa7..add3601f 100644 --- a/_includes/related-pages.html +++ b/_includes/related-pages.html @@ -20,8 +20,8 @@

Related pages

- - {{page_hit.title}} + + {{page_hit.title}} {%- if page_hit.description %}

{{ page_hit.description}}

diff --git a/_includes/section-navigation-tiles-simple.html b/_includes/section-navigation-tiles-simple.html index 2beaf1fb..1313852c 100644 --- a/_includes/section-navigation-tiles-simple.html +++ b/_includes/section-navigation-tiles-simple.html @@ -5,7 +5,7 @@ {%- if current_page.title and current_page.search_exclude != true and current_page.type == include.type %} {%- unless except contains current_page.name %} {% endunless %} {%- endif %} diff --git a/_includes/section-navigation-tiles.html b/_includes/section-navigation-tiles.html index 8926938c..8f4baac7 100644 --- a/_includes/section-navigation-tiles.html +++ b/_includes/section-navigation-tiles.html @@ -84,8 +84,8 @@
- - {{current_page.title}} + + {{current_page.title}} {%- if current_page.description %}

{{ current_page.description}}

diff --git a/assets/css/main.scss b/assets/css/main.scss index 55661feb..c9e2ab76 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -605,7 +605,9 @@ footer { z-index: 1000; font-size: 21px; padding: 12px 20px; - transition: bottom 0.15s ease-out, opacity 0.15s ease-out; + transition: + bottom 0.15s ease-out, + opacity 0.15s ease-out; &.visible { bottom: $spacer; @@ -904,17 +906,21 @@ li.past_event, /*-----Section navigation tiles-----*/ .navigation-tiles { - .card, .btn{ + .card, + .btn { background-color: $nav-card-bg; &:hover { background-color: $nav-card-bg-hover; transition: $btn-transition; color: $nav-card-color-hover; + a.section-title { + text-decoration: none; + transition: $btn-transition; + color: $nav-card-color-hover; + } } a { - color: $nav-card-header-color; - &:not(.stretched-link), button:not(.stretched-link) { z-index: 2; @@ -922,10 +928,8 @@ li.past_event, } padding-bottom: 0; - &:hover { - text-decoration: none; - transition: $btn-transition; - color: $nav-card-color-hover; + &.section-title { + color: $nav-card-header-color; } } .type-icon {