We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0842d commit 74f865cCopy full SHA for 74f865c
1 file changed
_shared_assets/static/custom.css
@@ -73,6 +73,16 @@ h6 {
73
}
74
75
76
+/* Screenshots — add subtle shadow to distinguish from page background */
77
+.rst-content img {
78
+ border-radius: 10px;
79
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
80
+}
81
+
82
+html[data-theme="dark"] .rst-content img {
83
+ box-shadow: 0 2px 8px rgba(255, 255, 255, 0.15);
84
85
86
/* ICONS LIST */
87
div#list-of-available-icons > blockquote {
88
margin: 0;
0 commit comments