Skip to content

Commit a4e4260

Browse files
authored
Merge branch 'main' into minhash-dedupe
2 parents 6e9c876 + 778eba6 commit a4e4260

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/examples/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="./document-processing" class="example-image-link">
66
<div class="example-image">
77
<img src="../img/document-processing-cover.jpg" alt="Document Processing">
8-
<div class="example-overlay">
8+
<div class="example-overlay example-overlay-dark">
99
<h3>Document Processing</h3>
1010
<p>Load PDFs from S3, extract text, run layout analysis, and compute embeddings</p>
1111
</div>
@@ -77,7 +77,7 @@
7777
<div class="example-placeholder" style="display: none; background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);">
7878
<span>🎨</span>
7979
</div>
80-
<div class="example-overlay">
80+
<div class="example-overlay example-overlay-dark">
8181
<h3>Generate Images with Stable Diffusion</h3>
8282
<p>Using text prompts with deep learning models</p>
8383
</div>
@@ -234,6 +234,10 @@
234234
line-height: 1.4;
235235
}
236236

237+
.example-overlay-dark {
238+
background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 12%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 65%);
239+
}
240+
237241
@media (max-width: 768px) {
238242
.examples-grid {
239243
grid-template-columns: 1fr;

0 commit comments

Comments
 (0)