DiGuaQiu commited on
Commit
24f84b2
·
verified ·
1 Parent(s): 309df5e

Update app.py

Browse files

Change color to hex white

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ h1 {
26
  }
27
  .markdown-block {
28
  background-color: #0b0f1a; /* Light gray background */
29
- color: black; /* Black text */
30
  padding: 10px; /* Padding around the text */
31
  border-radius: 5px; /* Rounded corners */
32
  box-shadow: 0 0 10px rgba(11,15,26,1);
 
26
  }
27
  .markdown-block {
28
  background-color: #0b0f1a; /* Light gray background */
29
+ color: #ffffff; /* white text */
30
  padding: 10px; /* Padding around the text */
31
  border-radius: 5px; /* Rounded corners */
32
  box-shadow: 0 0 10px rgba(11,15,26,1);