Skip to content

Commit f54f83f

Browse files
committed
style: update dark mode styling
1 parent e647056 commit f54f83f

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

static/css/v3/dialog.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
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
}

static/css/v3/foundations.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ body.v3,
1717
html.v3 *,
1818
body.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. */

static/css/v3/themes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)