Make accessibility text color to main/white (#334)
This commit is contained in:
parent
63fcd0b665
commit
e5ef34a1b9
|
@ -1736,7 +1736,7 @@ form .post {
|
||||||
}
|
}
|
||||||
|
|
||||||
.screenreader-text:focus {
|
.screenreader-text:focus {
|
||||||
color: black;
|
color: var(--color-text-main);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in New Issue