Skip to content

Commit

Permalink
fix: actually use color variable for privacy link in cookie banner
Browse files Browse the repository at this point in the history
  • Loading branch information
pnicolli committed Aug 18, 2023
1 parent b1ab875 commit 711efed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/theme/ItaliaTheme/Addons/volto-gdpr-privacy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
}
}

.description a {
color: $gdpr-link-color;

&:hover,
&:focus {
color: darken($gdpr-link-color, 10%);
}
}

.gdpr-privacy-content-wrapper {
padding: 2rem 0;

Expand Down

0 comments on commit 711efed

Please sign in to comment.