tx3bas commited on
Commit
f4e4e3e
·
verified ·
1 Parent(s): 5d4012d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,11 +10,11 @@ def main():
10
  text-align: center;
11
  color: #f85149;
12
  }
13
- h3 {
14
- color: #f85149d1;
15
- text-transform: uppercase;
16
  font-weight: 100;
17
  font-style: italic;
 
18
  }
19
  table {
20
  width: 100%;
 
10
  text-align: center;
11
  color: #f85149;
12
  }
13
+ h3, h3 * {
14
+ color: #f85149d1 !important;
 
15
  font-weight: 100;
16
  font-style: italic;
17
+ font-size: large;
18
  }
19
  table {
20
  width: 100%;