ZekunXi commited on
Commit
89417c5
·
1 Parent(s): 9203f4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ h1 { /* 根据需要选择正确的标题标签 */
13
  text-align: center; /* 文本居中 */
14
  }
15
  h2 { /* 根据需要选择正确的标题标签 */
16
- color: white; /* 白色文字 */
17
  padding: 10px; /* 内边距 */
18
  text-align: center; /* 文本居中 */
19
  }
 
13
  text-align: center; /* 文本居中 */
14
  }
15
  h2 { /* 根据需要选择正确的标题标签 */
16
+ color: black; /* 白色文字 */
17
  padding: 10px; /* 内边距 */
18
  text-align: center; /* 文本居中 */
19
  }