Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -136,12 +136,12 @@ button.gr-button.card {
|
|
| 136 |
|
| 137 |
.answer-box wrap,
|
| 138 |
.answer-box.gr-box {
|
| 139 |
-
color: #
|
| 140 |
background: #ffffff !important;
|
| 141 |
border: none !important;
|
| 142 |
}
|
| 143 |
.answer-box {
|
| 144 |
-
border: 2px solid #
|
| 145 |
border-radius: 10px !important;
|
| 146 |
}
|
| 147 |
|
|
|
|
| 136 |
|
| 137 |
.answer-box wrap,
|
| 138 |
.answer-box.gr-box {
|
| 139 |
+
color: #1e5bd7 !important;
|
| 140 |
background: #ffffff !important;
|
| 141 |
border: none !important;
|
| 142 |
}
|
| 143 |
.answer-box {
|
| 144 |
+
border: 2px solid #1e5bd7 !important;
|
| 145 |
border-radius: 10px !important;
|
| 146 |
}
|
| 147 |
|