summaryrefslogtreecommitdiffstats
path: root/src/objects/_backdrop.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_backdrop.scss')
-rw-r--r--src/objects/_backdrop.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objects/_backdrop.scss b/src/objects/_backdrop.scss
index e7f2cfd..7653a99 100644
--- a/src/objects/_backdrop.scss
+++ b/src/objects/_backdrop.scss
@@ -5,6 +5,7 @@
5 @include iro.props-store(( 5 @include iro.props-store((
6 --dims: ( 6 --dims: (
7 --z-index: 10000, 7 --z-index: 10000,
8 --blur: 2em,
8 ), 9 ),
9 ), 'dims'); 10 ), 'dims');
10 11
@@ -32,5 +33,6 @@
32 flex-direction: column; 33 flex-direction: column;
33 background-color: fn.color(--bg); 34 background-color: fn.color(--bg);
34 color: fn.global-color(--fg); 35 color: fn.global-color(--fg);
36 backdrop-filter: blur(fn.dim(--blur));
35 } 37 }
36} 38}