Sebastiankay commited on
Commit
699507c
·
1 Parent(s): d17ad7a

3. Okt. 2024, 04:49

Browse files
Files changed (1) hide show
  1. _res/_custom.css +17 -20
_res/_custom.css CHANGED
@@ -58,28 +58,25 @@ body {
58
  color: var(--text-color-by-luminance) !important;
59
  }
60
  }
61
- }
62
- body > gradio-app {
63
- /* background: var(--primary-950);
64
- background: linear-gradient(180deg, color-mix(in srgb, var(--primary-950), transparent 50%) 0%, color-mix(in srgb, var(--primary-950), transparent 50%) 28%, var(--neutral-950) 28%, var(--neutral-950) 100%) !important; */
65
- padding-top: 30px;
66
- position: relative;
67
- }
68
-
69
- body > gradio-app::before {
70
- position: absolute;
71
- content: "";
72
- background: var(--primary-900);
73
- background: linear-gradient(6deg, var(--primary-900) 0%, var(--primary-700) 100%);
74
- width: 100%;
75
- height: 355px;
76
- top: 0;
77
- z-index: 0;
78
- transition: filter 0.4s ease-out;
79
- filter: blur(var(--blur-value));
80
  }
81
 
82
- div.tabs > div.tab-nav {
83
  border-bottom: none !important;
84
  padding: 0 0.25rem 0 0.25rem !important;
85
  flex-wrap: nowrap;
 
58
  color: var(--text-color-by-luminance) !important;
59
  }
60
  }
61
+ & > gradio-app {
62
+ padding-top: 30px;
63
+ position: relative;
64
+ }
65
+ & > gradio-app::before {
66
+ position: absolute;
67
+ content: "";
68
+ background: var(--primary-900);
69
+ background: linear-gradient(6deg, var(--primary-900) 0%, var(--primary-700) 100%);
70
+ width: 100%;
71
+ height: 355px;
72
+ top: 0;
73
+ z-index: 0;
74
+ transition: filter 0.4s ease-out;
75
+ filter: blur(var(--blur-value));
76
+ }
 
 
 
77
  }
78
 
79
+ body div.tabs > div.tab-nav {
80
  border-bottom: none !important;
81
  padding: 0 0.25rem 0 0.25rem !important;
82
  flex-wrap: nowrap;