Spaces:
Sleeping
Sleeping
neerajkalyank
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -239,8 +239,8 @@ input, select, textarea {
|
|
239 |
background-color: rgba(255, 215, 0, 0.1) !important; /* Light yellow background for active tab */
|
240 |
padding: 8px 16px !important;
|
241 |
}
|
242 |
-
/*
|
243 |
-
#billing_output {
|
244 |
color: #ffffff !important; /* Set text color to white */
|
245 |
background-color: rgba(0, 0, 50, 0.8) !important;
|
246 |
padding: 10px;
|
|
|
239 |
background-color: rgba(255, 215, 0, 0.1) !important; /* Light yellow background for active tab */
|
240 |
padding: 8px 16px !important;
|
241 |
}
|
242 |
+
/* Output Text Styling */
|
243 |
+
#registration_output, #test_output, #billing_output {
|
244 |
color: #ffffff !important; /* Set text color to white */
|
245 |
background-color: rgba(0, 0, 50, 0.8) !important;
|
246 |
padding: 10px;
|