Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -172,6 +172,22 @@ pre {
|
|
| 172 |
color: #00ffcc;
|
| 173 |
}
|
| 174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
.table-dark {
|
| 176 |
background: #1c2526 !important;
|
| 177 |
color: #ffffff !important;
|
|
|
|
| 172 |
color: #00ffcc;
|
| 173 |
}
|
| 174 |
|
| 175 |
+
.accordion-button {
|
| 176 |
+
background: #2e3b3e !important;
|
| 177 |
+
color: #ffffff !important;
|
| 178 |
+
border: 1px solid #00ffcc;
|
| 179 |
+
border-radius: 8px;
|
| 180 |
+
}
|
| 181 |
+
|
| 182 |
+
.accordion-button:not(.collapsed) {
|
| 183 |
+
background: #00ffcc !important;
|
| 184 |
+
color: #000000 !important;
|
| 185 |
+
}
|
| 186 |
+
|
| 187 |
+
.accordion-button:focus {
|
| 188 |
+
box-shadow: 0 0 0 0.25rem rgba(0, 255, 204, 0.5);
|
| 189 |
+
}
|
| 190 |
+
|
| 191 |
.table-dark {
|
| 192 |
background: #1c2526 !important;
|
| 193 |
color: #ffffff !important;
|