updated password input UI
This commit is contained in:
parent
8d41111cd6
commit
346e604f34
37 changed files with 282 additions and 288 deletions
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
.legalSection__link {
|
||||
color: #858585;
|
||||
color: var(--lightTextColor);
|
||||
opacity: 0.9;
|
||||
white-space: nowrap;
|
||||
margin-right: 2vw;
|
||||
|
@ -31,7 +31,7 @@
|
|||
}
|
||||
|
||||
.legalSection__link:visited {
|
||||
color: #858585;
|
||||
color: var(--lightTextColor);
|
||||
}
|
||||
|
||||
.legalSection__mozLogo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue