diff --git a/explore/src/app/openaireLibrary b/explore/src/app/openaireLibrary index 1a960061..af95b395 160000 --- a/explore/src/app/openaireLibrary +++ b/explore/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 1a960061b6674a7f62fb5cfbac3286fb57907f34 +Subproject commit af95b395bd24f102b3ec967c05b5a6d0bd2fbc57 diff --git a/explore/src/assets/explore-custom.less b/explore/src/assets/explore-custom.less index 3109db9f..92af8ab6 100644 --- a/explore/src/assets/explore-custom.less +++ b/explore/src/assets/explore-custom.less @@ -44,3 +44,12 @@ .funders-title { color: @primary-color; } + +.custom-extra-entities { + padding: 2px 5px; + border-radius: 4px; + &:hover { + text-decoration: none; + color: @secondary-color; + } +} \ No newline at end of file