Spaces:
Runtime error
Runtime error
Commit
·
6f10751
1
Parent(s):
78cd704
Update style.css
Browse files
style.css
CHANGED
@@ -119,7 +119,7 @@ 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 |
-
[data-testid="block-label"] {
|
123 |
background: var(--neutral-900) !important;
|
124 |
color: var(--neutral-200) !important;
|
125 |
border-color: var(--neutral-700) !important;
|
@@ -140,6 +140,29 @@ h3 {
|
|
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}
|
|
|
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"], .caption-label {
|
123 |
background: var(--neutral-900) !important;
|
124 |
color: var(--neutral-200) !important;
|
125 |
border-color: var(--neutral-700) !important;
|
|
|
140 |
h3 code{
|
141 |
color: var(--neutral-100) !important;
|
142 |
}
|
143 |
+
.prose *, button {
|
144 |
+
color: var(--neutral-100) !important;
|
145 |
+
}
|
146 |
+
|
147 |
+
button.secondary {
|
148 |
+
background:linear-gradient(to bottom right, var(--neutral-600), var(--neutral-700)) !important;
|
149 |
+
border-color: var(--neutral-600) !important;
|
150 |
+
}
|
151 |
+
|
152 |
+
code {background: var(--neutral-800) !important;border-color: var(--neutral-700) !important;}
|
153 |
+
|
154 |
+
#gallery, #pick, #pick .grid-wrap, .thumbnail-item{
|
155 |
+
background: var(--neutral-800);
|
156 |
+
border-color: var(--neutral-600) !important;
|
157 |
+
}
|
158 |
+
.thumbnail-item{
|
159 |
+
background-color: var(--neutral-900) !important;
|
160 |
+
}
|
161 |
+
[aria-label="Edit"],
|
162 |
+
[aria-label="Clear"],
|
163 |
+
[aria-label="Download"] {
|
164 |
+
display: none !important;
|
165 |
+
}
|
166 |
@media print{
|
167 |
#input_image, #output_image{height: 356px !important}
|
168 |
#buttons_area{display: none !important}
|