kokuma commited on
Commit
5083f6b
·
verified ·
1 Parent(s): 0758042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,10 +20,10 @@ css = """\
20
  font-size: 2em;
21
  }
22
  .choices-group .wrap label:first-child {
23
- background: lightpink;
24
  }
25
  .choices-group .wrap label:last-child {
26
- background: lightskyblue;
27
  }
28
  textarea {
29
  font-size: 2em;
 
20
  font-size: 2em;
21
  }
22
  .choices-group .wrap label:first-child {
23
+ background: #c89834;
24
  }
25
  .choices-group .wrap label:last-child {
26
+ background: #24a6e1;
27
  }
28
  textarea {
29
  font-size: 2em;