Skip to content

Commit

Permalink
fix: accessibility for subsites (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrina-bongiovanni authored Feb 7, 2024
1 parent 9739f74 commit f1fbea7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
- ...
-->

## Versione X.X.X (dd/mm/yyyy)

### Fix

- Migliorata l'accessibilità per il blocco Contenuti in Evidenza e per i bottoni nei sottositi

## Versione 11.4.0 (06/02/2024)

### Novità
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
.bg-primary {
.card .card-body {
.categoryicon-top {
span {
.text,
.data {
color: $subsite-primary-text;
}

Expand Down Expand Up @@ -55,7 +56,8 @@
.bg-secondary {
.card .card-body {
.categoryicon-top {
.text {
.text,
.data {
color: $subsite-secondary-text;
}

Expand Down
1 change: 1 addition & 0 deletions src/theme/ItaliaTheme/Subsites/ItaliaTheme/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
) {
.btn-tertiary {
@include button-variant($subsite-tertiary, $subsite-tertiary-text);
color: $subsite-tertiary-text !important;

svg {
fill: $subsite-tertiary-text;
Expand Down

0 comments on commit f1fbea7

Please sign in to comment.