Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,13 +84,11 @@ custom_css = """
|
|
84 |
margin-bottom: 15px;
|
85 |
}
|
86 |
#math_question, #correct_answer {
|
87 |
-
background-color: #e6f2ff;
|
88 |
-
color: #333;
|
89 |
-
border-radius: 8px;
|
90 |
-
padding: 12px;
|
91 |
-
font-weight: 500px; /* Apply bold */
|
92 |
-
font-family: 'Poppins', sans-serif;
|
93 |
font-size: 20px;
|
|
|
|
|
|
|
|
|
94 |
color: #007acc;
|
95 |
margin-bottom: 5px;
|
96 |
display: inline-block;
|
|
|
84 |
margin-bottom: 15px;
|
85 |
}
|
86 |
#math_question, #correct_answer {
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
font-size: 20px;
|
88 |
+
font-family: 'Poppins', sans-serif;
|
89 |
+
font-weight: 500px; /* Apply bold */
|
90 |
+
|
91 |
+
|
92 |
color: #007acc;
|
93 |
margin-bottom: 5px;
|
94 |
display: inline-block;
|