diff --git a/apps/metadata-editor/src/app/app.module.ts b/apps/metadata-editor/src/app/app.module.ts index 93a9fc7d21..0df8bf2962 100644 --- a/apps/metadata-editor/src/app/app.module.ts +++ b/apps/metadata-editor/src/app/app.module.ts @@ -72,7 +72,7 @@ export class AppModule { ThemeService.applyCssVariables( getThemeConfig().PRIMARY_COLOR, getThemeConfig().SECONDARY_COLOR, - getThemeConfig().MAIN_COLOR || '#475569', + getThemeConfig().MAIN_COLOR || '#555', getThemeConfig().BACKGROUND_COLOR, getThemeConfig().MAIN_FONT || "'Rubik', sans-serif", getThemeConfig().TITLE_FONT || "'Readex Pro', sans-serif", diff --git a/conf/default.toml b/conf/default.toml index 307c4c72a9..462af0dcd2 100644 --- a/conf/default.toml +++ b/conf/default.toml @@ -41,7 +41,7 @@ proxy_path = "" [theme] primary_color = "#c82850" secondary_color = "#001638" -main_color = "#212029" # All-purpose text color +main_color = "#555" # All-purpose text color background_color = "#fdfbff" # These optional parameters indicate which background should be used for the main header and the text color used diff --git a/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html b/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html index f8a3f1049e..126bef177a 100644 --- a/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html +++ b/libs/ui/catalog/src/lib/organisation-preview/organisation-preview.component.html @@ -4,7 +4,7 @@ [title]="organisation.name" >
record.metadata.updatedOn
-+
{{ metadata.recordUpdated && metadata.recordUpdated.toLocaleString() }}
record.metadata.updateFrequency
-+
domain.record.updateFrequency.{{ metadata.updateFrequency }}
record.metadata.updateStatus
-+
domain.record.status.{{ metadata.status }}
+
record.was.created.time @@ -55,12 +55,12 @@ >
{{ abstract }}
+{{ abstract }}