nawhgnuj commited on
Commit
c3ec981
·
verified ·
1 Parent(s): a956558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,11 +39,11 @@ CSS = """
39
  }
40
  .trump-message {
41
  background-color: #B71C1C;
42
- color: white;
43
  }
44
  .harris-message {
45
  background-color: #1565C0;
46
- color: white;
47
  }
48
  .avatar {
49
  width: 40px;
 
39
  }
40
  .trump-message {
41
  background-color: #B71C1C;
42
+ color: white !important;
43
  }
44
  .harris-message {
45
  background-color: #1565C0;
46
+ color: white !important;
47
  }
48
  .avatar {
49
  width: 40px;