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

@ -11,13 +11,16 @@
<a href="./"><img src="images/sharky_vector_svg.svg" alt="Picture of Sharky, the mascot of skynet" width="145" height="81.56"/> </a>
<h1>Skynet Password Reset & Sign-up service</h1>
</div>
<div id="password">
<h2><a href="password.html">Password Reset</a></h2>
<p>Please use this service if you ever forget your skynet password</p>
</div>
<div id="modify">
<h2><a href="modify.html">User modification</a></h2>
<p>
Please use this service to modify your user data (email, login ssh key, etc.)
</p>
</div>
<!--testing2-->
<footer>

View file

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