BhumikaMak commited on
Commit
8f55eb9
·
verified ·
1 Parent(s): 1ba886a

changed bg colour

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -67,6 +67,7 @@ body {
67
  background-attachment: fixed;
68
  height: 100%; /* Ensure body height is 100% of the viewport */
69
  margin: 0;
 
70
  overflow-y: auto; /* Allow vertical scrolling */
71
  }
72
  .custom-row {
 
67
  background-attachment: fixed;
68
  height: 100%; /* Ensure body height is 100% of the viewport */
69
  margin: 0;
70
+ color: #E6E6FA;
71
  overflow-y: auto; /* Allow vertical scrolling */
72
  }
73
  .custom-row {