Spaces:
Sleeping
Sleeping
Leo Liu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ st.markdown("""
|
|
24 |
text-shadow: 2px 2px #FFF;
|
25 |
margin-bottom: 0.5rem !important; # 新增
|
26 |
}
|
27 |
-
.header
|
28 |
color: #FF6B6B !important; # 新增
|
29 |
font-family: 'Comic Neue', cursive !important;
|
30 |
font-size: 1.4rem !important; # 从原2rem调整为1.4rem
|
|
|
24 |
text-shadow: 2px 2px #FFF;
|
25 |
margin-bottom: 0.5rem !important; # 新增
|
26 |
}
|
27 |
+
.header h5 {
|
28 |
color: #FF6B6B !important; # 新增
|
29 |
font-family: 'Comic Neue', cursive !important;
|
30 |
font-size: 1.4rem !important; # 从原2rem调整为1.4rem
|