diff options
| author | Volpeon <git@volpeon.ink> | 2021-12-30 09:45:40 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-12-30 09:45:40 +0100 |
| commit | fc78b8c5e852327660a2d7616d765393ff407d1f (patch) | |
| tree | 5e1957e70278a0359bf5fe6a38a3181cadbe54c3 /assets/css/components | |
| parent | Fixed lightbox in light mode (diff) | |
| download | volpeon.ink-fc78b8c5e852327660a2d7616d765393ff407d1f.tar.gz volpeon.ink-fc78b8c5e852327660a2d7616d765393ff407d1f.tar.bz2 volpeon.ink-fc78b8c5e852327660a2d7616d765393ff407d1f.zip | |
Improved lightbox
Diffstat (limited to 'assets/css/components')
| -rw-r--r-- | assets/css/components/_lightbox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_lightbox.scss b/assets/css/components/_lightbox.scss index 01c1219..165e21c 100644 --- a/assets/css/components/_lightbox.scss +++ b/assets/css/components/_lightbox.scss | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | left: 0; | 36 | left: 0; |
| 37 | width: 100%; | 37 | width: 100%; |
| 38 | height: 100%; | 38 | height: 100%; |
| 39 | opacity: .95; | 39 | opacity: .85; |
| 40 | background-color: prop(--colors --bg); | 40 | background-color: prop(--colors --bg); |
| 41 | } | 41 | } |
| 42 | 42 | ||
