ZENLLC commited on
Commit
e02eae9
·
verified ·
1 Parent(s): a9305a3

Create style.css

Browse files
Files changed (1) hide show
  1. style.css +15 -0
style.css ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {
2
+ background: #f7fafe;
3
+ font-family: "Inter", sans-serif;
4
+ }
5
+
6
+ .gr-textbox, .gr-button {
7
+ border-radius: 8px;
8
+ }
9
+
10
+ .output-box {
11
+ border-radius: 12px;
12
+ padding: 10px;
13
+ background: #ffffff;
14
+ box-shadow: 0 4px 12px rgba(0,0,0,0.08);
15
+ }