Fix. Backgrounds colour set for password reset and modify options

This commit is contained in:
eoghan.conlon 2023-08-06 17:44:07 +01:00
parent 570347c497
commit ee7c644662
2 changed files with 12 additions and 1 deletions

View file

@ -14,4 +14,12 @@ body{
#title h1 {
position: relative;
}
#password {
background-color: white;
}
#modify {
background-color: white;
}