« get me outta code hell

css: don't apply raised effect to carousel items - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-02-14 11:32:51 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-02-14 13:15:29 -0400
commit2a4744e851b22ecf28d18a4d010ecc084c0c5b28 (patch)
tree63b04a2aaa4bc55b826d0e82e2aa42d5196dedd9 /src/static
parentfcf672f44b1e8ae3cf656e7e725f77eb5f2365c1 (diff)
css: don't apply raised effect to carousel items
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index bd68856..a26e424 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -1553,6 +1553,10 @@ html[data-url-key="localized.home"] .carousel-container {
   padding: 0;
 }
 
+.carousel-item .image-inner-area::after {
+  box-shadow: none;
+}
+
 .carousel-item .image {
   width: 100%;
   height: 100%;