陈俊杰
commited on
Commit
·
97761bf
1
Parent(s):
ca3e812
fontSize
Browse files
app.py
CHANGED
@@ -125,16 +125,13 @@ st.markdown("""
|
|
125 |
/* 应用到所有的Markdown渲染文本 */
|
126 |
div[data-testid="stMarkdownContainer"] p,
|
127 |
div[data-testid="stMarkdownContainer"] table,
|
128 |
-
div[data-testid="stMarkdownContainer"] span,
|
129 |
div[data-testid="stMarkdownContainer"] li {
|
130 |
font-size: 24px;
|
131 |
line-height: 1.6;
|
132 |
-
color: #FF0000;
|
133 |
}
|
134 |
.main-text {
|
135 |
font-size: 24px;
|
136 |
line-height: 1.6;
|
137 |
-
color: #4CAF50;
|
138 |
}
|
139 |
</style>
|
140 |
""", unsafe_allow_html=True)
|
|
|
125 |
/* 应用到所有的Markdown渲染文本 */
|
126 |
div[data-testid="stMarkdownContainer"] p,
|
127 |
div[data-testid="stMarkdownContainer"] table,
|
|
|
128 |
div[data-testid="stMarkdownContainer"] li {
|
129 |
font-size: 24px;
|
130 |
line-height: 1.6;
|
|
|
131 |
}
|
132 |
.main-text {
|
133 |
font-size: 24px;
|
134 |
line-height: 1.6;
|
|
|
135 |
}
|
136 |
</style>
|
137 |
""", unsafe_allow_html=True)
|