Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
style.css
CHANGED
|
@@ -164,11 +164,10 @@ QUESTION INPUT CONTAINER
|
|
| 164 |
}
|
| 165 |
|
| 166 |
|
| 167 |
-
#question-box
|
| 168 |
font-weight: 700;
|
| 169 |
color: #1e293b;
|
| 170 |
-
margin-bottom: 6px;
|
| 171 |
-
display: block;
|
| 172 |
}
|
| 173 |
|
| 174 |
#question-box:focus-within {
|
|
|
|
| 164 |
}
|
| 165 |
|
| 166 |
|
| 167 |
+
#question-box [data-testid="block-info"] {
|
| 168 |
font-weight: 700;
|
| 169 |
color: #1e293b;
|
| 170 |
+
margin-bottom: 6px;
|
|
|
|
| 171 |
}
|
| 172 |
|
| 173 |
#question-box:focus-within {
|