diff options
Diffstat (limited to 'src/styles/popup.scss')
| -rw-r--r-- | src/styles/popup.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/popup.scss b/src/styles/popup.scss index 97b2e3d1..463a17d8 100644 --- a/src/styles/popup.scss +++ b/src/styles/popup.scss @@ -13,7 +13,7 @@ .popup-fullscreen { width: 100%; height: 100%; - background-color: rgba(0, 0, 0, 0.5); + background-color: var(--scrim-soft); z-index: 3; backdrop-filter: blur(8px); } |