Jfink09 commited on
Commit
5e04b41
·
verified ·
1 Parent(s): 5c3250e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -88,13 +88,6 @@ button:hover {
88
  opacity: .7;
89
  }
90
 
91
- button:active{
92
- box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3),
93
- -4px -4px 6px 0 rgba(116, 125, 136, .2),
94
- inset -4px -4px 6px 0 rgba(255,255,255,.2),
95
- inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
96
- }
97
-
98
  input {
99
  background-color: #202428;
100
  color: #fff;
@@ -113,6 +106,10 @@ input:focus::placeholder {
113
  color: transparent;
114
  }
115
 
 
 
 
 
116
  footer {
117
  visibility: hidden;
118
  }
 
88
  opacity: .7;
89
  }
90
 
 
 
 
 
 
 
 
91
  input {
92
  background-color: #202428;
93
  color: #fff;
 
106
  color: transparent;
107
  }
108
 
109
+ #component-0 {
110
+ background-color: #202428;
111
+ }
112
+
113
  footer {
114
  visibility: hidden;
115
  }