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> <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> <h1>Skynet Password Reset & Sign-up service</h1>
</div> </div>
<div id="password">
<h2><a href="password.html">Password Reset</a></h2> <h2><a href="password.html">Password Reset</a></h2>
<p>Please use this service if you ever forget your skynet password</p> <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> <h2><a href="modify.html">User modification</a></h2>
<p> <p>
Please use this service to modify your user data (email, login ssh key, etc.) Please use this service to modify your user data (email, login ssh key, etc.)
</p> </p>
</div>
<!--testing2--> <!--testing2-->
<footer> <footer>

View file

@ -15,3 +15,11 @@ body{
#title h1 { #title h1 {
position: relative; position: relative;
} }
#password {
background-color: white;
}
#modify {
background-color: white;
}