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 {
|
||||
color: black;
|
||||
color: var(--color-text-main);
|
||||
display: inline-block;
|
||||
height: auto;
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in New Issue