Spaces:
Build error
Build error
update
Browse files- static/overview.html +1 -1
static/overview.html
CHANGED
|
@@ -39,7 +39,7 @@
|
|
| 39 |
.button {
|
| 40 |
display: inline-block;
|
| 41 |
background-color: #f97316; /* Background color of the box */
|
| 42 |
-
color: #
|
| 43 |
padding: 2px 5px; /* Padding inside the box */
|
| 44 |
border-radius: 5px; /* Rounded corners */
|
| 45 |
border: 1px solid rgba(0, 0, 0, 0.2); /* Border (optional for added effect) */
|
|
|
|
| 39 |
.button {
|
| 40 |
display: inline-block;
|
| 41 |
background-color: #f97316; /* Background color of the box */
|
| 42 |
+
color: #ffffff !important; /* Text color */
|
| 43 |
padding: 2px 5px; /* Padding inside the box */
|
| 44 |
border-radius: 5px; /* Rounded corners */
|
| 45 |
border: 1px solid rgba(0, 0, 0, 0.2); /* Border (optional for added effect) */
|