From 8a86444af4ef0803a060aea06ab1906a1078fd22 Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Fri, 4 Aug 2023 20:36:55 +1200 Subject: [PATCH] Remove box-shadow from icons on BP slim page --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index d8655978..32738af8 100644 --- a/src/styles.css +++ b/src/styles.css @@ -660,7 +660,7 @@ details { margin-bottom: 1em } -.docs-content img { +.docs-content img.screenshot { box-shadow: 1px 3px 12px 1px #ccc; margin: 1em 0.5em; }