crossroderick commited on
Commit
2dcbdfc
·
1 Parent(s): d8d593d

Button color update

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -167,6 +167,14 @@ a {
167
  color: inherit;
168
  text-decoration: underline;
169
  }
 
 
 
 
 
 
 
 
170
  """
171
 
172
  # Interface
 
167
  color: inherit;
168
  text-decoration: underline;
169
  }
170
+
171
+ .lg.primary {
172
+ background: #00AFC3;
173
+ }
174
+
175
+ .lg.secondary {
176
+ background: #FEC50C;
177
+ }
178
  """
179
 
180
  # Interface