diff --git a/static/serve/style.css b/static/serve/style.css index 6d04d9b..de0ada9 100644 --- a/static/serve/style.css +++ b/static/serve/style.css @@ -149,7 +149,7 @@ article { position: relative; padding: clamp(1rem, 1.875rem + 2vw, 3rem); - &::before { + &::after { content: ''; border: 1px solid var(--pico-color); display: block; @@ -160,6 +160,7 @@ article { left: 50%; transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg); border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%; + z-index: -1; } }