summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/scopes/_implicit.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss
index 18791a8..f6f8035 100644
--- a/src/scopes/_implicit.scss
+++ b/src/scopes/_implicit.scss
@@ -155,5 +155,10 @@
155 background-color: props.get(core.$theme, --border); 155 background-color: props.get(core.$theme, --border);
156 border: 0; 156 border: 0;
157 } 157 }
158
159 figure {
160 padding: 0;
161 margin: 0;
162 }
158 } 163 }
159} 164}