Fix help block <a> to meet colour contrast guidelines

- Fixes #9569
pull/9626/head
Theresa-o 2022-11-04 10:34:37 +01:00 zatwierdzone przez LB (Ben Johnston)
rodzic 9118de1850
commit 0ebdd51882
4 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -25,6 +25,7 @@ Changelog
* Fix: Text within status tags text will now resize correctly when customizing browser font size (Mary Ojo)
* Fix: Ensure logo shows correctly on log in page in Windows high-contrast mode (Loveth Omokaro)
* Fix: Comments notice background overflows its container (Yekasumah)
* Fix: Ensure links within help blocks meet colour contrast guidelines for accessibility (Theresa Okoro)
4.1.1 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -659,6 +659,7 @@ Contributors
* Jordan Rob
* Juliet Adeboye
* Yekasumah
* Theresa Okoro
Translators
===========

Wyświetl plik

@ -16,7 +16,7 @@
}
a {
color: theme('colors.secondary.DEFAULT');
color: theme('colors.secondary.400');
text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;

Wyświetl plik

@ -36,6 +36,7 @@ depth: 1
* Incorrectly formatted link in the documentation for Wagtail community support (Bolarinwa Comfort Ajayi)
* Ensure logo shows correctly on log in page in Windows high-contrast mode (Loveth Omokaro)
* Comments notice background overflows its container (Yekasumah)
* Ensure links within help blocks meet colour contrast guidelines for accessibility (Theresa Okoro)
## Upgrade considerations