Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subsite light colors contrast #513

Merged
merged 13 commits into from
Feb 13, 2024
3 changes: 3 additions & 0 deletions theme/ItaliaTheme/Subsites/ItaliaTheme/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
}
}
}
.toggles label input[type='checkbox']:checked + .lever:after {
background-color: $subsite-link-color;
}
Wagner3UB marked this conversation as resolved.
Show resolved Hide resolved
}
5 changes: 4 additions & 1 deletion theme/ItaliaTheme/Subsites/_mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
$subsite-link-color
);
@include it-cms-ui.cms-ui($subsite-primary, $subsite-primary-text);
@include it-search.search($subsite-primary-text);
@include it-search.search($subsite-link-color);
@include it-card-image-evidence.card($subsite-link-color);
@include it-complete-link.block(
$subsite-secondary,
Expand Down Expand Up @@ -127,6 +127,9 @@
color: color-hover($subsite-link-color);
}
}
.external-link {
fill: $subsite-link-color !important;
Wagner3UB marked this conversation as resolved.
Show resolved Hide resolved
}
}
.icon-primary {
fill: $subsite-primary !important;
Expand Down
Loading