diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 2bf5fc7..47399ff 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -1372,10 +1372,9 @@ body::after { .scrolly__steps-content { display: none; } .scrolly-step { min-height: 60vh; display: flex; align-items: center; padding: var(--space-16) var(--space-8); } .scrolly-step__inner { - background: rgba(26,24,20,0.92); - backdrop-filter: blur(4px); - -webkit-backdrop-filter: blur(4px); + background: var(--color-canvas); border: 1px solid var(--color-border); + border-left: 3px solid var(--color-accent); border-radius: var(--radius-sm); padding: var(--space-8) var(--space-8); opacity: 0;