File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 inset : 0 ;
3232 z-index : 10000 ;
3333 background-color : var (--color-surface-modal );
34+ backdrop-filter : blur (1px );
3435 align-items : center;
3536 justify-content : center;
3637}
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ body.v3,
1717html .v3 * ,
1818body .v3 * {
1919 scrollbar-width : thin;
20+ scrollbar-color : var (--color-primary-grey-500 ) transparent;
2021}
2122
2223/* Reserve the scrollbar gutter so dialog scroll-lock doesn't reflow the page. */
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ html.dark {
4949 --color-surface-error-strong : var (--color-error-mid );
5050 --color-surface-error-weak : # fdf2f217 ;
5151 --color-surface-mid : var (--color-primary-grey-900 );
52- --color-surface-modal : # 0508164d ;
52+ --color-surface-modal : # 050816b3 ;
5353 --color-surface-page : var (--color-primary-black );
5454 --color-surface-strong : var (--color-primary-grey-800 );
5555 --color-surface-weak : var (--color-primary-grey-950 );
You can’t perform that action at this time.
0 commit comments