Skip to content

Commit 32a4df4

Browse files
committed
style(docs): add subtle shadow to screenshots
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 parent 9e0842d commit 32a4df4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_shared_assets/static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ h6 {
7373
}
7474
}
7575

76+
/* Screenshots — add subtle shadow to distinguish from page background */
77+
.rst-content img {
78+
border-radius: 4px;
79+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
80+
}
81+
7682
/* ICONS LIST */
7783
div#list-of-available-icons > blockquote {
7884
margin: 0;

0 commit comments

Comments
 (0)