XRachel commited on
Commit
e2b1ce9
·
verified ·
1 Parent(s): 9c9cad5

Delete style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -25
style.css DELETED
@@ -1,25 +0,0 @@
1
-
2
- body {
3
- background: linear-gradient(135deg, #1e3c72, #2a5298);
4
- min-height: 100vh !important;
5
- }
6
-
7
- .gradio-container {
8
- background: rgba(255, 255, 255, 0.92) !important;
9
- border-radius: 16px !important;
10
- padding: 40px !important;
11
- }
12
-
13
- h1, h2, h3 {
14
- font-weight: 700 !important;
15
- }
16
-
17
- button.primary {
18
- background-color: #111 !important;
19
- color: #fff !important;
20
- border-radius: 12px !important;
21
- }
22
-
23
- button.primary:hover {
24
- background-color: #333 !important;
25
- }