TwoQuarks commited on
Commit
941a4e9
·
verified ·
1 Parent(s): ecc16dd

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +12 -12
style.css CHANGED
@@ -14,7 +14,7 @@
14
  --glass:rgba(0,0,0,.32);
15
 
16
  --accent:#8cb4ff;
17
- --accentGlow: rgba(140,180,255,.20);
18
 
19
  --rSm:10px;
20
  --rMd:12px;
@@ -36,7 +36,7 @@ body, .gradio-container{
36
  z-index:0;
37
  background:#000;
38
  pointer-events:none;
39
- opacity:.70;
40
  }
41
 
42
  /* Nav */
@@ -45,7 +45,7 @@ body, .gradio-container{
45
  top: 0; left: 0; right: 0;
46
  z-index: 999;
47
  padding: 12px 22px;
48
- background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.22));
49
  backdrop-filter: blur(12px);
50
  border-bottom: 1px solid rgba(255,255,255,.06);
51
  }
@@ -62,7 +62,7 @@ body, .gradio-container{
62
  font-weight: 700;
63
  font-size: 1.05rem;
64
  letter-spacing: .22px;
65
- opacity: .92;
66
  }
67
 
68
  #tqNav .nav-links{
@@ -117,7 +117,7 @@ body, .gradio-container{
117
  height:2px;
118
  background: var(--fg); /* FIX: was black */
119
  position:relative;
120
- opacity:.9;
121
  }
122
 
123
  #tqNav .menu-btn span::before,
@@ -128,7 +128,7 @@ body, .gradio-container{
128
  width:16px;
129
  height:2px;
130
  background: var(--fg); /* FIX: was black */
131
- opacity:.9;
132
  }
133
 
134
  #tqNav .menu-btn span::before{ top:-6px; }
@@ -156,7 +156,7 @@ body, .gradio-container{
156
  border-radius: 10px;
157
  text-decoration:none;
158
  color: var(--fg);
159
- opacity: .88;
160
  }
161
 
162
  #tqNav .menu a:hover{
@@ -185,14 +185,14 @@ body, .gradio-container{
185
  backdrop-filter: blur(12px);
186
  border: 1px solid rgba(255,255,255,.06);
187
  border-radius: var(--rMd); /* FIX: 10x -> 10px */
188
- box-shadow: 0 12px 34px rgba(0,0,0,.45);
189
  }
190
 
191
  .tq-hero .brand{
192
  font-weight:700;
193
  letter-spacing:.22px;
194
  font-size:1.08rem;
195
- opacity:.92;
196
  }
197
 
198
  .tq-hero .desc{
@@ -243,9 +243,9 @@ body, .gradio-container{
243
 
244
  .gradio-container .gr-tab-nav button.selected{
245
  opacity: 1 !important;
246
- border-color: rgba(140,180,255,.55) !important;
247
  box-shadow:
248
- 0 0 0 1px rgba(140,180,255,.18) inset,
249
  0 0 20px var(--accentGlow) !important;
250
  }
251
 
@@ -274,7 +274,7 @@ body, .gradio-container{
274
  .gradio-container .gr-button:hover{
275
  opacity:1 !important;
276
  background: rgba(255,255,255,.08) !important;
277
- border-color: rgba(140,180,255,.35) !important;
278
  box-shadow: 0 0 18px var(--accentGlow);
279
  }
280
 
 
14
  --glass:rgba(0,0,0,.32);
15
 
16
  --accent:#8cb4ff;
17
+ --accentGlow: rgba(14,18,25,.10);
18
 
19
  --rSm:10px;
20
  --rMd:12px;
 
36
  z-index:0;
37
  background:#000;
38
  pointer-events:none;
39
+ opacity:.80;
40
  }
41
 
42
  /* Nav */
 
45
  top: 0; left: 0; right: 0;
46
  z-index: 999;
47
  padding: 12px 22px;
48
+ background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.22));
49
  backdrop-filter: blur(12px);
50
  border-bottom: 1px solid rgba(255,255,255,.06);
51
  }
 
62
  font-weight: 700;
63
  font-size: 1.05rem;
64
  letter-spacing: .22px;
65
+ opacity: .82;
66
  }
67
 
68
  #tqNav .nav-links{
 
117
  height:2px;
118
  background: var(--fg); /* FIX: was black */
119
  position:relative;
120
+ opacity:.7;
121
  }
122
 
123
  #tqNav .menu-btn span::before,
 
128
  width:16px;
129
  height:2px;
130
  background: var(--fg); /* FIX: was black */
131
+ opacity:.7;
132
  }
133
 
134
  #tqNav .menu-btn span::before{ top:-6px; }
 
156
  border-radius: 10px;
157
  text-decoration:none;
158
  color: var(--fg);
159
+ opacity: .7;
160
  }
161
 
162
  #tqNav .menu a:hover{
 
185
  backdrop-filter: blur(12px);
186
  border: 1px solid rgba(255,255,255,.06);
187
  border-radius: var(--rMd); /* FIX: 10x -> 10px */
188
+ box-shadow: 0 12px 34px rgba(0,0,0,.35);
189
  }
190
 
191
  .tq-hero .brand{
192
  font-weight:700;
193
  letter-spacing:.22px;
194
  font-size:1.08rem;
195
+ opacity:.7;
196
  }
197
 
198
  .tq-hero .desc{
 
243
 
244
  .gradio-container .gr-tab-nav button.selected{
245
  opacity: 1 !important;
246
+ border-color: rgba(14,18,25,.45) !important;
247
  box-shadow:
248
+ 0 0 0 1px rgba(14,18,25,.18) inset,
249
  0 0 20px var(--accentGlow) !important;
250
  }
251
 
 
274
  .gradio-container .gr-button:hover{
275
  opacity:1 !important;
276
  background: rgba(255,255,255,.08) !important;
277
+ border-color: rgba(14,18,25,.35) !important;
278
  box-shadow: 0 0 18px var(--accentGlow);
279
  }
280