diff options
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 |
commit | 2a4744e851b22ecf28d18a4d010ecc084c0c5b28 (patch) | |
tree | 63b04a2aaa4bc55b826d0e82e2aa42d5196dedd9 /src | |
parent | fcf672f44b1e8ae3cf656e7e725f77eb5f2365c1 (diff) |
css: don't apply raised effect to carousel items
Diffstat (limited to 'src')
-rw-r--r-- | src/static/site6.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index bd688564..a26e4241 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%; |