Skip to content

Commit

Permalink
$mol_page: blur back
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Dec 11, 2024
1 parent 8601806 commit c9485c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion page/page.view.css.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace $.$$ {

const { per , rem } = $mol_style_unit
const { hsla } = $mol_style_func
const { hsla, blur } = $mol_style_func

$mol_style_define( $mol_page , {

Expand All @@ -16,6 +16,7 @@ namespace $.$$ {
maxHeight: per(100) ,
boxSizing: 'border-box' ,
color: $mol_theme.text ,
backdropFilter: blur( `3px` ),
// zIndex: 0 ,

':focus': {
Expand Down

0 comments on commit c9485c5

Please sign in to comment.