Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ def inject_custom_css():
|
|
54 |
border: 1px solid #e2e8f0;
|
55 |
position: relative;
|
56 |
transition: transform 0.2s ease;
|
|
|
57 |
}
|
58 |
|
59 |
.question-box:hover {
|
|
|
54 |
border: 1px solid #e2e8f0;
|
55 |
position: relative;
|
56 |
transition: transform 0.2s ease;
|
57 |
+
color: black;
|
58 |
}
|
59 |
|
60 |
.question-box:hover {
|