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 78ba7419..835bfb2a 100644 --- a/invenio.cfg +++ b/invenio.cfg @@ -605,3 +605,4 @@ APP_RDM_RECORD_EXPORTERS = dict(sorted(_RECORD_EXPORTERS.items())) ADMINISTRATION_BASE_TEMPLATE = "cds_rdm/administration/admin_base_template.html" LOGGING_CONSOLE_LEVEL = "INFO" JOBS_LOGGING_LEVEL = "INFO" +COMMUNITIES_SHOW_BROWSE_MENU_ENTRY = True \ No newline at end of file