mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 08:41:00 +00:00
Make accessibility text color to main/white (#334)
This commit is contained in:
parent
63fcd0b665
commit
e5ef34a1b9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue