From 385166a4d682afbdd8e4adc885df9e7a39a5e52f Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 26 Nov 2018 15:17:08 +0100
Subject: [PATCH] Slight improve in bug report instructions

---
 public/stylesheets/index.sass | 6 +++---
 views/index.pug               | 9 ++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/public/stylesheets/index.sass b/public/stylesheets/index.sass
index fcf7958c..8658bfac 100644
--- a/public/stylesheets/index.sass
+++ b/public/stylesheets/index.sass
@@ -11,7 +11,7 @@
   cursor: pointer
 
 .card > h3.section.blue
-  color: blue
+  color: #0033cc
 
-.card > h3.section.purple
-  color: purple
+.card > h3.section.red
+  color: #cc3300
diff --git a/views/index.pug b/views/index.pug
index e9663d1d..9acbbfb8 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -22,15 +22,14 @@ block content
 							All games start with a random assymetric position. #[br]
 							Games are untimed, and played anonymously. #[br]
 							No chat, to rather focus on the moves :)
-						h3.purple.section Bug report
+						h3.red.section Bug report
 						p.section.
 							If you find a bug in a game, please follow this procedure: #[br]
-							1. stop playing (click on the resign button); #[br]
+							1. stop playing: click on the resign button; #[br]
 							2. click on the PGN to download it; #[br]
 							3. send an email to
-							#[a(href="mailto:contact@vchess.club?subject=[vchess.club] bug report") contact@vchess.club],
-							describing the situation (expected vs. observed),
-							with the PGN attached :)#[br]
+							#[a(href="mailto:contact@vchess.club?subject=[vchess.club] bug report") contact@vchess.club]
+							describing the situation, with the PGN and a screenshot attached :)#[br]
 							Thank you!
 		.row
 			my-variant-summary(
-- 
2.44.0