Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion assets/less/cds-rdm/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,5 @@
/*--------------------------------------
Headers
-------------------------------------*/
@accentuationBorder: 3px solid @secondaryColor;
@accentuationBorder: 3px solid @secondaryColor;
@headerFontWeight: @normal;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this needed?

Copy link
Contributor Author

@jrcastro2 jrcastro2 Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So that the child collections have a normal font weight, otherwise they would look like the parent (bold):

Same as Zenodo: https://github.com/zenodo/zenodo-rdm/blob/b9599883fddd95460079cdd1fc312f6d212f267a/assets/less/zenodo-rdm/globals/site.variables#L35

image

1 change: 1 addition & 0 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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