Changed name field label, higher footer constrast, contact link

This commit is contained in:
Maier
2020-04-09 15:57:42 -04:00
parent fb4284facb
commit 505d4b810b
4 changed files with 6 additions and 5 deletions

View File

@@ -315,12 +315,12 @@ html, body {
#footer p {
margin: 0 0 0 1em;
color: gray;
color: lightgray;
}
#footer a {
color: #bd2a2a;
text-decoration: #bd2a2a;
color: #d13d3d;
text-decoration: #d13d3d;
cursor: pointer;
margin: 0 0 0 1em;
}

View File

@@ -51,7 +51,7 @@
<div id="create-game-container">
<h2 class="app-header-secondary">Create A Game</h2>
<label>
Name
Your Name
<span>
<input id="name" type="text"/>
<p id="name-error"></p>

View File

@@ -31,6 +31,7 @@
<img src="../assets/images/vanilla_js.png">
<p>Created by Alec M.</p>
<a href="https://github.com/AlecM33/Werewolf">Github</a>
<a href="mailto:maier.144@osu.edu?Subject=Werewolf App Question" target="_top">Contact</a>
</div>
<div>
<p>Werewolf created by Andrew Plotkin</p>

View File

@@ -14,7 +14,7 @@
<h2 class="app-header-secondary">Join a Game</h2>
<form>
<label>
Name
Your Name
<span>
<input id="name" type="text"/>
<p id="name-error"></p>