Browse Source

Formatter dictates quotes

main
Luke Murphy 4 years ago
parent
commit
4e303cb8a4
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 2
      voicegardens/static/styles.css
  2. 2
      voicegardens/static/voicegardens.js

2
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;

2
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"),

Loading…
Cancel
Save