diff --git a/assets/less/cds-rdm/globals/site.variables b/assets/less/cds-rdm/globals/site.variables index 49ad74a3..360ff7da 100644 --- a/assets/less/cds-rdm/globals/site.variables +++ b/assets/less/cds-rdm/globals/site.variables @@ -82,4 +82,5 @@ /*-------------------------------------- Headers -------------------------------------*/ -@accentuationBorder: 3px solid @secondaryColor; \ No newline at end of file +@accentuationBorder: 3px solid @secondaryColor; +@headerFontWeight: @normal; \ No newline at end of file diff --git a/invenio.cfg b/invenio.cfg index f8cecd46..9edbf8ad 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -626,3 +626,4 @@ APP_RDM_DETAIL_SIDE_BAR_TEMPLATES = [ "invenio_app_rdm/records/details/side_bar/export.html", "invenio_app_rdm/records/details/side_bar/technical_metadata.html", ] +COMMUNITIES_SHOW_BROWSE_MENU_ENTRY = True \ No newline at end of file