Web3Daily commited on
Commit
1cb2388
1 Parent(s): 8da7c17

Create custom.css

Browse files
Files changed (1) hide show
  1. custom.css +4 -0
custom.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ .gradio_submit_button {
2
+ background-color: #DF3840;
3
+ color: white;
4
+ }