From 505d4b810b199541d8cadc6828bf784f147eb87e Mon Sep 17 00:00:00 2001 From: Maier Date: Thu, 9 Apr 2020 15:57:42 -0400 Subject: [PATCH] Changed name field label, higher footer constrast, contact link --- static/styles.css | 6 +++--- views/create_game.html | 2 +- views/index.html | 1 + views/join_game.html | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/static/styles.css b/static/styles.css index 0524123..2612e5c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -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; } diff --git a/views/create_game.html b/views/create_game.html index 1d37831..529a45f 100644 --- a/views/create_game.html +++ b/views/create_game.html @@ -51,7 +51,7 @@

Create A Game

Werewolf created by Andrew Plotkin

diff --git a/views/join_game.html b/views/join_game.html index bc25490..efb2256 100644 --- a/views/join_game.html +++ b/views/join_game.html @@ -14,7 +14,7 @@

Join a Game