From 80cc4c5d9a521e3dbe98bd508a08d395ea836537 Mon Sep 17 00:00:00 2001 From: Davide Negretti Date: Wed, 24 Jan 2024 18:07:25 +0100 Subject: [PATCH] [DURACOM-195] fix comment --- .../dspace/styles/_theme_sass_variable_overrides.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/themes/dspace/styles/_theme_sass_variable_overrides.scss b/src/themes/dspace/styles/_theme_sass_variable_overrides.scss index daf639582ee..5bbcc98e042 100644 --- a/src/themes/dspace/styles/_theme_sass_variable_overrides.scss +++ b/src/themes/dspace/styles/_theme_sass_variable_overrides.scss @@ -44,6 +44,9 @@ $font-family-sans-serif: 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI" //$teal: #20c997 !default; //$cyan: #17a2b8 !default; +// Define or override other colors here +// ... + // Override semantic colors here $primary: #43515f; // Gray $secondary: #495057; // As Bootstrap $gray-700 @@ -52,10 +55,7 @@ $info: #1e6f90; // Light blue $warning: #ec9433; // Orange $danger: #cf4444; // Red $light: #f8f9fa; // As Bootstrap $gray-100 -$dark: #43515f; // Dark blue - -// Define or override other colors here -// ... +$dark: #43515f; // Gray // Add new semantic colors here (you don't need to add existing semantic colors) $theme-colors: (