From 4e303cb8a4b300e3a7cafd11938d6e17fa00a54c Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 15 Feb 2020 10:04:32 +0100 Subject: [PATCH] Formatter dictates quotes --- voicegardens/static/styles.css | 2 +- voicegardens/static/voicegardens.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/voicegardens/static/styles.css b/voicegardens/static/styles.css index 0857c55..b2d73cb 100644 --- a/voicegardens/static/styles.css +++ b/voicegardens/static/styles.css @@ -89,7 +89,7 @@ img.button { height: 100vh; padding: 1em; width: 60%; - font-family: 'Signika', sans-serif; + font-family: "Signika", sans-serif; font-size: 1.5em; line-height: 1.5em; overflow: scroll; diff --git a/voicegardens/static/voicegardens.js b/voicegardens/static/voicegardens.js index d721a86..2c1ef4d 100644 --- a/voicegardens/static/voicegardens.js +++ b/voicegardens/static/voicegardens.js @@ -528,7 +528,7 @@ function setup() { bgChoices = [ // color("#F6B2FF"), // color("#F58F6C"), - color("#C3EFDB"), + color("#C3EFDB") // color("#ADCA95"), // color("#F58F6C"), // color("#A5F1F7"),