summaryrefslogtreecommitdiffstats
path: root/src/scopes/_implicit.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scopes/_implicit.scss')
-rw-r--r--src/scopes/_implicit.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss
index 18791a8..020e311 100644
--- a/src/scopes/_implicit.scss
+++ b/src/scopes/_implicit.scss
@@ -17,11 +17,6 @@
17 scrollbar-color: props.get(core.$theme, --text-disabled) transparent; 17 scrollbar-color: props.get(core.$theme, --text-disabled) transparent;
18 } 18 }
19 19
20 html,
21 body {
22 block-size: 100%;
23 }
24
25 body { 20 body {
26 padding: 0; 21 padding: 0;
27 margin: 0; 22 margin: 0;
@@ -155,5 +150,10 @@
155 background-color: props.get(core.$theme, --border); 150 background-color: props.get(core.$theme, --border);
156 border: 0; 151 border: 0;
157 } 152 }
153
154 figure {
155 padding: 0;
156 margin: 0;
157 }
158 } 158 }
159} 159}