mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Changed name field label, higher footer constrast, contact link
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user