From b061f509e8cd9ad1260a234f12e364d29c68f8e8 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 1 May 2025 13:25:50 +0100 Subject: [PATCH] Test color change --- .../semantic-ui/less/invenio_theme_iform/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invenio_theme_iform/assets/semantic-ui/less/invenio_theme_iform/variables.less b/invenio_theme_iform/assets/semantic-ui/less/invenio_theme_iform/variables.less index 4043b55..0c9f7fb 100644 --- a/invenio_theme_iform/assets/semantic-ui/less/invenio_theme_iform/variables.less +++ b/invenio_theme_iform/assets/semantic-ui/less/invenio_theme_iform/variables.less @@ -26,8 +26,8 @@ @schema: #17b3f3; // primary colors TU Graz -@tugrazBlack: #231f20; -@tugrazRed : #e4154b; +@tugrazBlack : #00e66c; +@tugrazRed: #2250fc; // general @primaryBackground: #fff;