From 8caf394d6ee9da448a6079de5666fd7b14f727fc Mon Sep 17 00:00:00 2001 From: Sara Bianchi Date: Mon, 4 Mar 2024 16:31:24 +0100 Subject: [PATCH] chore: updated btn-mini with subsite-link-color --- src/theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss b/src/theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss index 3ebe21876..9ebf8259c 100644 --- a/src/theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss +++ b/src/theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss @@ -78,7 +78,7 @@ .select-all-cts.btn.btn-link.btn-mini, .subsite-header .text a.select-all-cts.btn-link.btn-mini { @if $subsite-light-theme { - color: $subsite-secondary !important; + color: $subsite-link-color !important; } @else { color: $subsite-primary !important; }