We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d4ce6 commit a3ab74dCopy full SHA for a3ab74d
quiz.py
@@ -231,7 +231,7 @@ def main():
231
text-align: left;
232
font-weight: 600;
233
font-size: 20px;
234
- margin-bottom: 30px;
+
235
}
236
237
@@ -247,10 +247,7 @@ def main():
247
border: 1px solid #e0e0e0;
248
background-color: #ffffff;
249
250
- .quiz-container {
251
- background-color: #ffffff;
252
- color: #31333F;
253
- }
254
255
256
@media (prefers-color-scheme: dark) {
@@ -261,11 +258,7 @@ def main():
261
258
.subheading {
262
259
color: #e0e0e0;
263
260
264
- .option-container {
265
- border: 1px solid #444444;
266
- background-color: #1e1e1e;
267
268
-
269
270
.element-container .stTextInput input,
271
.element-container .stTextArea textarea,
0 commit comments