Skip to content

Commit a3ab74d

Browse files
Update quiz.py
1 parent 25d4ce6 commit a3ab74d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

quiz.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def main():
231231
text-align: left;
232232
font-weight: 600;
233233
font-size: 20px;
234-
margin-bottom: 30px;
234+
235235
}
236236
237237
@@ -247,10 +247,7 @@ def main():
247247
border: 1px solid #e0e0e0;
248248
background-color: #ffffff;
249249
}
250-
.quiz-container {
251-
background-color: #ffffff;
252-
color: #31333F;
253-
}
250+
254251
}
255252
256253
@media (prefers-color-scheme: dark) {
@@ -261,11 +258,7 @@ def main():
261258
.subheading {
262259
color: #e0e0e0;
263260
}
264-
.option-container {
265-
border: 1px solid #444444;
266-
background-color: #1e1e1e;
267-
}
268-
261+
269262
270263
.element-container .stTextInput input,
271264
.element-container .stTextArea textarea,

0 commit comments

Comments
 (0)