neerajkalyank commited on
Commit
0697b43
·
verified ·
1 Parent(s): 1ad4f59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- /* Billing Output Styling */
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;