From 3d2d154e920a27e5deaefe7dd03c0c97cbf37e95 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 30 Aug 2023 19:04:58 +0300 Subject: [PATCH] src/themes/cgspace: chase CSS accessibility changes Update cgspace theme to chase changes to h5/h4 styles in search filters. See: https://github.com/DSpace/dspace-angular/pull/2469 --- src/themes/cgspace/styles/_global-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/cgspace/styles/_global-styles.scss b/src/themes/cgspace/styles/_global-styles.scss index ab30ef2d5a8..177cbb7a609 100644 --- a/src/themes/cgspace/styles/_global-styles.scss +++ b/src/themes/cgspace/styles/_global-styles.scss @@ -20,7 +20,7 @@ color: $brand-primary; } - h5 { + h4 { font-size: 1.1rem } }