das1mtb56 commited on
Commit
2a8d267
·
verified ·
1 Parent(s): 1ae38d1

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +18 -0
style.css ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ background-color: #fdf6ec;
3
+ font-family: 'Segoe UI', sans-serif;
4
+ }
5
+
6
+ h1 {
7
+ color: #3e3e3e;
8
+ }
9
+
10
+ .gr-button {
11
+ background-color: #f06543 !important;
12
+ color: white !important;
13
+ font-weight: bold;
14
+ }
15
+
16
+ .gr-textbox textarea {
17
+ background-color: #fffefb !important;
18
+ }