From d265ea7ca5cc58682a87f6c04ce07f0515a4020f Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 13 May 2025 13:21:24 +0100 Subject: [PATCH] Changed default anchor color --- .../less/invenio_theme_iform/overrides.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/invenio_theme_iform/assets/semantic-ui/less/invenio_theme_iform/overrides.less b/invenio_theme_iform/assets/semantic-ui/less/invenio_theme_iform/overrides.less index eb6e0ed..473edbc 100644 --- a/invenio_theme_iform/assets/semantic-ui/less/invenio_theme_iform/overrides.less +++ b/invenio_theme_iform/assets/semantic-ui/less/invenio_theme_iform/overrides.less @@ -45,6 +45,16 @@ } +/*** + * anchor color + * from : #ef4444 + * To @iformBlue + ***/ +a { + color: @iformBlue; +} + + /*** * force: the font changes ***/