forked from italia/design-comuni-plone-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: a11y contrast color in view and edit for some blocks (#812)
* fix: secondary color contrast link block contacts * fix: CTA link contrast * fix: contrast link for alert blocks * fix: block icons link contrast color * fix countdown block link contrast * fix: styles * fix_ contacts blocks style in subsites * fix: contacts blocks * chore: Update RELEASE.md --------- Co-authored-by: Giulia Ghisini <[email protected]> Co-authored-by: Martina Bustacchini <[email protected]> Co-authored-by: Giulia Ghisini <[email protected]>
- Loading branch information
1 parent
e65be2d
commit 9d8538b
Showing
7 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,7 @@ | |
h4, | ||
h5, | ||
h6, | ||
a { | ||
a:not(.btn) { | ||
color: #fff; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,9 @@ | |
.description { | ||
color: $subsite-primary-text; | ||
} | ||
a:not(.btn) { | ||
color: currentColor; | ||
} | ||
} | ||
|
||
.card { | ||
|