Yntec commited on
Commit
e21a35c
1 Parent(s): 196e12a

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -7
style.css CHANGED
@@ -1,10 +1,5 @@
1
- .gradio-container {
2
- color: #ffaa66;
3
- background-color: #660099;
4
- font-family: 'IBM Plex Sans', sans-serif;
5
- }
6
  .gr-button {
7
  color: white;
8
- border-color: #000000;
9
- background: #006699;
10
  }
 
 
 
 
 
 
1
  .gr-button {
2
  color: white;
3
+ border-color: #ffffff;
4
+ background: #000000;
5
  }