summaryrefslogtreecommitdiffstats
path: root/assets/css/components
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-12-30 09:45:40 +0100
committerVolpeon <git@volpeon.ink>2021-12-30 09:45:40 +0100
commitfc78b8c5e852327660a2d7616d765393ff407d1f (patch)
tree5e1957e70278a0359bf5fe6a38a3181cadbe54c3 /assets/css/components
parentFixed lightbox in light mode (diff)
downloadvolpeon.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.scss2
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