multimodalart HF staff commited on
Commit
e709e3b
·
1 Parent(s): 0a3b6eb

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +3 -2
style.css CHANGED
@@ -114,7 +114,8 @@ height: 126px; width: 100%
114
  #total_box{
115
  background-color: rgba(0, 0, 0, 0.5);
116
  backdrop-filter: blur(5px);
117
- margin-top: -10px
 
118
  }
119
  *{transition: width 0.5s ease, height 0.5s ease, flex-grow 0.5s ease}
120
  #buttons_area{margin-top: 1em}
@@ -127,7 +128,7 @@ height: 126px; width: 100%
127
  display: none !important;
128
  }
129
  h3 a{
130
- color: var(--body-text-color);
131
  }
132
  @media print{
133
  body gradio-app {
 
114
  #total_box{
115
  background-color: rgba(0, 0, 0, 0.5);
116
  backdrop-filter: blur(5px);
117
+ margin-top: -10px;
118
+ width: 850px
119
  }
120
  *{transition: width 0.5s ease, height 0.5s ease, flex-grow 0.5s ease}
121
  #buttons_area{margin-top: 1em}
 
128
  display: none !important;
129
  }
130
  h3 a{
131
+ color: var(--body-text-color) !important;
132
  }
133
  @media print{
134
  body gradio-app {