ASNVS commited on
Commit
e5f9932
·
verified ·
1 Parent(s): bd5bb26
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -18,13 +18,15 @@ st.markdown(
18
  }
19
  iframe {
20
  border: none !important;
 
 
21
  }
22
  h1, h2, h3, h4, h5, h6, p, div, span, label {
23
  color: black !important;
24
  }
25
  button, .stButton>button {
26
  color: black !important;
27
- background-color: grey !important;
28
  }
29
  </style>
30
  """,
 
18
  }
19
  iframe {
20
  border: none !important;
21
+ box-shadow: none !important;
22
+ outline: none !important;
23
  }
24
  h1, h2, h3, h4, h5, h6, p, div, span, label {
25
  color: black !important;
26
  }
27
  button, .stButton>button {
28
  color: black !important;
29
+ background-color: blue !important;
30
  }
31
  </style>
32
  """,