Spaces:
Runtime error
Runtime error
Commit
·
78cd704
1
Parent(s):
c7a344e
Update style.css
Browse files
style.css
CHANGED
@@ -119,6 +119,27 @@ height: 126px; width: 100%
|
|
119 |
#iccv_logo{display: block !important; margin-top: 1.5em}
|
120 |
#iccv_logo h1{margin-bottom: .5em}
|
121 |
#pick{margin-top: .8em}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
@media print{
|
123 |
#input_image, #output_image{height: 356px !important}
|
124 |
#buttons_area{display: none !important}
|
|
|
119 |
#iccv_logo{display: block !important; margin-top: 1.5em}
|
120 |
#iccv_logo h1{margin-bottom: .5em}
|
121 |
#pick{margin-top: .8em}
|
122 |
+
[data-testid="block-label"] {
|
123 |
+
background: var(--neutral-900) !important;
|
124 |
+
color: var(--neutral-200) !important;
|
125 |
+
border-color: var(--neutral-700) !important;
|
126 |
+
}
|
127 |
+
|
128 |
+
#input_image, #output_image{
|
129 |
+
border-color: var(--neutral-700) !important;
|
130 |
+
background: var(--neutral-800) !important;
|
131 |
+
}
|
132 |
+
|
133 |
+
#total_box {
|
134 |
+
border-color: var(--neutral-700) !important;
|
135 |
+
}
|
136 |
+
|
137 |
+
h3 {
|
138 |
+
color: var(--neutral-100) !important;
|
139 |
+
}
|
140 |
+
h3 code{
|
141 |
+
color: var(--neutral-100) !important;
|
142 |
+
}
|
143 |
@media print{
|
144 |
#input_image, #output_image{height: 356px !important}
|
145 |
#buttons_area{display: none !important}
|