Yntec commited on
Commit
6adafa2
1 Parent(s): 5bcf65c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -5
style.css CHANGED
@@ -1,5 +1,3 @@
1
- .gr-button {
2
- color: white;
3
- border-color: #ffffff;
4
- background: #000000;
5
- }
 
1
+ .gradio-container {
2
+ background-image: linear-gradient(#660099, #000000) !important;
3
+ }