Jonas Wiesli commited on
Commit
27d23fd
·
1 Parent(s): 52db14f

added bgc for tabs

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. style.css +4 -0
app.py CHANGED
@@ -11,7 +11,8 @@ css = "@import url(https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;
11
  "#component-4{margin-bottom:10px}.gradio-container{background-image:url(" \
12
  "\"file/img/bg.png\");background-size:contain;background-position:top;background-color:#cda678;font-family" \
13
  ":Silkscreen;position:relative}#component-4{" \
14
- "margin-top:auto}.tabs.svelte-btpldm{height:100%}.tabitem{background-color:#002366;border:1px solid " \
 
15
  "#fff}#component-17,#component-25,#component-33,#component-41,#component-9{" \
16
  "min-height:650px;max-height:650px}.secondary.svelte-58yet2{" \
17
  "background-color:#002366;font-weight:400}#component-10,#component-11,#component-18,#component-19," \
 
11
  "#component-4{margin-bottom:10px}.gradio-container{background-image:url(" \
12
  "\"file/img/bg.png\");background-size:contain;background-position:top;background-color:#cda678;font-family" \
13
  ":Silkscreen;position:relative}#component-4{" \
14
+ "margin-top:auto}.tabs.svelte-btpldm{height:100%}button.svelte-btpldm {background-color: #cda678}.tabitem{" \
15
+ "background-color:#002366;border:1px solid " \
16
  "#fff}#component-17,#component-25,#component-33,#component-41,#component-9{" \
17
  "min-height:650px;max-height:650px}.secondary.svelte-58yet2{" \
18
  "background-color:#002366;font-weight:400}#component-10,#component-11,#component-18,#component-19," \
style.css CHANGED
@@ -22,6 +22,10 @@
22
  height: 100%;
23
  }
24
 
 
 
 
 
25
  .tabitem {
26
  background-color: #002366;
27
  border: 1px solid #fff;
 
22
  height: 100%;
23
  }
24
 
25
+ button.svelte-btpldm {
26
+ background-color: #cda678;
27
+ }
28
+
29
  .tabitem {
30
  background-color: #002366;
31
  border: 1px solid #fff;