ajsbsd commited on
Commit
6f3931b
·
verified ·
1 Parent(s): 7e8d560

Create theme.css

Browse files
Files changed (1) hide show
  1. theme.css +11 -0
theme.css ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .gr-button {
2
+ background-color: #3498db !important;
3
+ color: white;
4
+ }
5
+ .gr-button:hover {
6
+ background-color: #2980b9 !important;
7
+ }
8
+ .gr-textbox {
9
+ border-radius: 8px;
10
+ font-size: 1rem;
11
+ }